Html Css Color HEX #719712 Olive Drab

📋 copy color: '#719712'

red 113 ◦ green 151 ◦ blue 18

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

Shades of Olive Drab #719712

Tints of Olive Drab #719712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.55%

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

R = 40.07%
G = 53.55%
B = 6.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#719712 (or 0x719712) is known color: Olive Drab. HEX triplet: 71, 97 and 12. RGB value is (113,151,18). Sum of RGB (Red+Green+Blue) = 113+151+18=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 151 (59.38% from 255 or 53.55% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 151 - color contains mainly: green. Hex color #719712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719712 is #8E68ED. Grayscale: #7C7C7C. Windows color (decimal): -9332974 or 1218417. OLE color: 1218417.

HSL color Cylindrical-coordinate representation of color #719712: hue angle of 77.14º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #719712 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 18 -
CMYK 0.25 0 0.88 0.41
HSL 77.14º 0.79% 0.33% -
HSV(B) 77.14º 0.88% 0.59% -
XYZ 17.99 25.69 4.58 -
YUV 124.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 113 151 18 0.25 0 0.88 0.41 77.14 0.79 0.33
Hex 71 97 12 19 0 58 29 4D 4F 21
Octal 161 227 22 31 0 130 51 115 117 41
Binary 1110001 10010111 10010 11001 0 1011000 101001 1001101 1001111 100001

Color Harmonies of #719712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719712

Black with #719712

Text Example


Text Example

White with #719712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719712; }

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

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

background-color css

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

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

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

border-color css

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

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

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