Html Css Color HEX #719212 Olive Drab

📋 copy color: '#719212'

red 113 ◦ green 146 ◦ blue 18

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

Shades of Olive Drab #719212

Tints of Olive Drab #719212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.71%

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

R = 40.79%
G = 52.71%
B = 6.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#719212 (or 0x719212) is known color: Olive Drab. HEX triplet: 71, 92 and 12. RGB value is (113,146,18). Sum of RGB (Red+Green+Blue) = 113+146+18=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #719212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719212 is #8E6DED. Grayscale: #7A7A7A. Windows color (decimal): -9334254 or 1217137. OLE color: 1217137.

HSL color Cylindrical-coordinate representation of color #719212: hue angle of 75.47º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #719212 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 18 -
CMYK 0.23 0 0.88 0.43
HSL 75.47º 0.78% 0.32% -
HSV(B) 75.47º 0.88% 0.57% -
XYZ 17.2 24.11 4.32 -
YUV 121.54 69.57 121.91 -
System Red Green Blue C M Y K H S L
Decimal 113 146 18 0.23 0 0.88 0.43 75.47 0.78 0.32
Hex 71 92 12 17 0 58 2B 4B 4E 20
Octal 161 222 22 27 0 130 53 113 116 40
Binary 1110001 10010010 10010 10111 0 1011000 101011 1001011 1001110 100000

Color Harmonies of #719212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719212

Black with #719212

Text Example


Text Example

White with #719212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719212; }

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

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

background-color css

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

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

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

border-color css

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

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

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