Html Css Color HEX #608606 Olive Drab

📋 copy color: '#608606'

red 96 ◦ green 134 ◦ blue 6

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

Shades of Olive Drab #608606

Tints of Olive Drab #608606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.78%

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 40.68%
G = 56.78%
B = 2.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#608606 (or 0x608606) is known color: Olive Drab. HEX triplet: 60, 86 and 06. RGB value is (96,134,6). Sum of RGB (Red+Green+Blue) = 96+134+6=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #608606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608606 is #9F79F9. Grayscale: #6C6C6C. Windows color (decimal): -10451450 or 427616. OLE color: 427616.

HSL color Cylindrical-coordinate representation of color #608606: hue angle of 77.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #608606 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 6 -
CMYK 0.28 0 0.96 0.47
HSL 77.81º 0.91% 0.27% -
HSV(B) 77.81º 0.96% 0.53% -
XYZ 13.38 19.55 3.24 -
YUV 108.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 96 134 6 0.28 0 0.96 0.47 77.81 0.91 0.27
Hex 60 86 6 1C 0 60 2F 4E 5B 1B
Octal 140 206 6 34 0 140 57 116 133 33
Binary 1100000 10000110 110 11100 0 1100000 101111 1001110 1011011 11011

Color Harmonies of #608606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608606

Black with #608606

Text Example


Text Example

White with #608606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608606; }

 p { color: rgb(96,134,6); }

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

background-color css

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

 a { background-color: rgb(96,134,6); }

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

border-color css

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

 span { border-color: rgb(96,134,6); }

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