Html Css Color HEX #719912 Olive Drab

📋 copy color: '#719912'

red 113 ◦ green 153 ◦ blue 18

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

Shades of Olive Drab #719912

Tints of Olive Drab #719912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 39.79%
G = 53.87%
B = 6.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#719912 (or 0x719912) is known color: Olive Drab. HEX triplet: 71, 99 and 12. RGB value is (113,153,18). Sum of RGB (Red+Green+Blue) = 113+153+18=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #719912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719912 is #8E66ED. Grayscale: #7E7E7E. Windows color (decimal): -9332462 or 1218929. OLE color: 1218929.

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

Color convert

RGB 113 153 18 -
CMYK 0.26 0 0.88 0.4
HSL 77.78º 0.79% 0.34% -
HSV(B) 77.78º 0.88% 0.6% -
XYZ 18.31 26.34 4.69 -
YUV 125.65 67.25 118.98 -
System Red Green Blue C M Y K H S L
Decimal 113 153 18 0.26 0 0.88 0.4 77.78 0.79 0.34
Hex 71 99 12 1A 0 58 28 4E 4F 22
Octal 161 231 22 32 0 130 50 116 117 42
Binary 1110001 10011001 10010 11010 0 1011000 101000 1001110 1001111 100010

Color Harmonies of #719912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719912

Black with #719912

Text Example


Text Example

White with #719912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719912; }

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

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

background-color css

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

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

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

border-color css

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

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

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