Html Css Color HEX #719609 Olive Drab

📋 copy color: '#719609'

red 113 ◦ green 150 ◦ blue 9

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

Shades of Olive Drab #719609

Tints of Olive Drab #719609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.15%

 BLUE value IS 9 (3.91% from 255) = 3.31%

R = 41.54%
G = 55.15%
B = 3.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#719609 (or 0x719609) is known color: Olive Drab. HEX triplet: 71, 96 and 09. RGB value is (113,150,9). Sum of RGB (Red+Green+Blue) = 113+150+9=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #719609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719609 is #8E69F6. Grayscale: #7B7B7B. Windows color (decimal): -9333239 or 628337. OLE color: 628337.

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

Color convert

RGB 113 150 9 -
CMYK 0.25 0 0.94 0.41
HSL 75.74º 0.89% 0.31% -
HSV(B) 75.74º 0.94% 0.59% -
XYZ 17.77 25.34 4.21 -
YUV 122.86 63.74 120.96 -
System Red Green Blue C M Y K H S L
Decimal 113 150 9 0.25 0 0.94 0.41 75.74 0.89 0.31
Hex 71 96 9 19 0 5E 29 4C 59 1F
Octal 161 226 11 31 0 136 51 114 131 37
Binary 1110001 10010110 1001 11001 0 1011110 101001 1001100 1011001 11111

Color Harmonies of #719609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719609

Black with #719609

Text Example


Text Example

White with #719609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719609; }

 p { color: rgb(113,150,9); }

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

background-color css

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

 a { background-color: rgb(113,150,9); }

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

border-color css

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

 span { border-color: rgb(113,150,9); }

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