Html Css Color HEX #608706 Olive Drab

📋 copy color: '#608706'

red 96 ◦ green 135 ◦ blue 6

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

Shades of Olive Drab #608706

Tints of Olive Drab #608706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.96%

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

R = 40.51%
G = 56.96%
B = 2.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#608706 (or 0x608706) is known color: Olive Drab. HEX triplet: 60, 87 and 06. RGB value is (96,135,6). Sum of RGB (Red+Green+Blue) = 96+135+6=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #608706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608706 is #9F78F9. Grayscale: #6D6D6D. Windows color (decimal): -10451194 or 427872. OLE color: 427872.

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

Color convert

RGB 96 135 6 -
CMYK 0.29 0 0.96 0.47
HSL 78.14º 0.91% 0.28% -
HSV(B) 78.14º 0.96% 0.53% -
XYZ 13.52 19.83 3.29 -
YUV 108.63 70.08 118.99 -
System Red Green Blue C M Y K H S L
Decimal 96 135 6 0.29 0 0.96 0.47 78.14 0.91 0.28
Hex 60 87 6 1D 0 60 2F 4E 5B 1C
Octal 140 207 6 35 0 140 57 116 133 34
Binary 1100000 10000111 110 11101 0 1100000 101111 1001110 1011011 11100

Color Harmonies of #608706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608706

Black with #608706

Text Example


Text Example

White with #608706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608706; }

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

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

background-color css

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

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

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

border-color css

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

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

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