Html Css Color HEX #609608 Olive Drab

📋 copy color: '#609608'

red 96 ◦ green 150 ◦ blue 8

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

Shades of Olive Drab #609608

Tints of Olive Drab #609608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 37.8%
G = 59.06%
B = 3.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#609608 (or 0x609608) is known color: Olive Drab. HEX triplet: 60, 96 and 08. RGB value is (96,150,8). Sum of RGB (Red+Green+Blue) = 96+150+8=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #609608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609608 is #9F69F7. Grayscale: #767676. Windows color (decimal): -10447352 or 562784. OLE color: 562784.

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

Color convert

RGB 96 150 8 -
CMYK 0.36 0 0.95 0.41
HSL 82.82º 0.9% 0.31% -
HSV(B) 82.82º 0.95% 0.59% -
XYZ 15.77 24.32 4.09 -
YUV 117.67 66.11 112.55 -
System Red Green Blue C M Y K H S L
Decimal 96 150 8 0.36 0 0.95 0.41 82.82 0.9 0.31
Hex 60 96 8 24 0 5F 29 53 5A 1F
Octal 140 226 10 44 0 137 51 123 132 37
Binary 1100000 10010110 1000 100100 0 1011111 101001 1010011 1011010 11111

Color Harmonies of #609608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609608

Black with #609608

Text Example


Text Example

White with #609608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609608; }

 p { color: rgb(96,150,8); }

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

background-color css

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

 a { background-color: rgb(96,150,8); }

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

border-color css

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

 span { border-color: rgb(96,150,8); }

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