Html Css Color HEX #609211 Olive Drab

📋 copy color: '#609211'

red 96 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #609211

Tints of Olive Drab #609211

RGB

 RED value IS 96 (37.89% from 255) = 37.07%

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

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

R = 37.07%
G = 56.37%
B = 6.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#609211 (or 0x609211) is known color: Olive Drab. HEX triplet: 60, 92 and 11. RGB value is (96,146,17). Sum of RGB (Red+Green+Blue) = 96+146+17=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #609211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609211 is #9F6DEE. Grayscale: #747474. Windows color (decimal): -10448367 or 1151584. OLE color: 1151584.

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

Color convert

RGB 96 146 17 -
CMYK 0.34 0 0.88 0.43
HSL 83.26º 0.79% 0.32% -
HSV(B) 83.26º 0.88% 0.57% -
XYZ 15.2 23.09 4.18 -
YUV 116.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 96 146 17 0.34 0 0.88 0.43 83.26 0.79 0.32
Hex 60 92 11 22 0 58 2B 53 4F 20
Octal 140 222 21 42 0 130 53 123 117 40
Binary 1100000 10010010 10001 100010 0 1011000 101011 1010011 1001111 100000

Color Harmonies of #609211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609211

Black with #609211

Text Example


Text Example

White with #609211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609211; }

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

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

background-color css

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

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

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

border-color css

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

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

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