Html Css Color HEX #719211 Olive Drab

📋 copy color: '#719211'

red 113 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #719211

Tints of Olive Drab #719211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 40.94%
G = 52.9%
B = 6.16%

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

#719211 (or 0x719211) is known color: Olive Drab. HEX triplet: 71, 92 and 11. RGB value is (113,146,17). Sum of RGB (Red+Green+Blue) = 113+146+17=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #719211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719211 is #8E6DEE. Grayscale: #797979. Windows color (decimal): -9334255 or 1151601. OLE color: 1151601.

HSL color Cylindrical-coordinate representation of color #719211: hue angle of 75.35º degrees, saturation: 0.79, 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 #719211 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 17 -
CMYK 0.23 0 0.88 0.43
HSL 75.35º 0.79% 0.32% -
HSV(B) 75.35º 0.88% 0.57% -
XYZ 17.19 24.11 4.28 -
YUV 121.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 113 146 17 0.23 0 0.88 0.43 75.35 0.79 0.32
Hex 71 92 11 17 0 58 2B 4B 4F 20
Octal 161 222 21 27 0 130 53 113 117 40
Binary 1110001 10010010 10001 10111 0 1011000 101011 1001011 1001111 100000

Color Harmonies of #719211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719211

Black with #719211

Text Example


Text Example

White with #719211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719211; }

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

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

background-color css

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

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

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

border-color css

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

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

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