Html Css Color HEX #719922 Olive Drab

📋 copy color: '#719922'

red 113 ◦ green 153 ◦ blue 34

#719922
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #719922

Tints of Olive Drab #719922

RGB

 RED value IS 113 (44.53% from 255) = 37.67%

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 34 (13.67% from 255) = 11.33%

R = 37.67%
G = 51%
B = 11.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#719922 (or 0x719922) is known color: Olive Drab. HEX triplet: 71, 99 and 22. RGB value is (113,153,34). Sum of RGB (Red+Green+Blue) = 113+153+34=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #719922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719922 is #8E66DD. Grayscale: #7F7F7F. Windows color (decimal): -9332446 or 2267505. OLE color: 2267505.

HSL color Cylindrical-coordinate representation of color #719922: hue angle of 80.17º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #719922 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 34 -
CMYK 0.26 0 0.78 0.4
HSL 80.17º 0.64% 0.37% -
HSV(B) 80.17º 0.78% 0.6% -
XYZ 18.49 26.41 5.64 -
YUV 127.47 75.25 117.68 -
System Red Green Blue C M Y K H S L
Decimal 113 153 34 0.26 0 0.78 0.4 80.17 0.64 0.37
Hex 71 99 22 1A 0 4E 28 50 40 25
Octal 161 231 42 32 0 116 50 120 100 45
Binary 1110001 10011001 100010 11010 0 1001110 101000 1010000 1000000 100101

Color Harmonies of #719922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719922

Black with #719922

Text Example


Text Example

White with #719922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719922; }

 p { color: rgb(113,153,34); }

 H1.HeaderClassName
 {
   color: #719922;
 }
 .AnyTagClassName
 {
   color: #719922;
 }
</style>

background-color css

<style>
 a { background-color: #719922; }

 a { background-color: rgb(113,153,34); }

 div.DivClassName
 {
   background-color: #719922;
 }
 .BgClassName
 {
   background-color: #719922;
 }
</style>

border-color css

<style>
 span { border-color: #719922; }

 span { border-color: rgb(113,153,34); }

 td.TdClassName
 {
   border-color: #719922;
 }
 .TagClassName
 {
   border-color: #719922;
 }
</style>