Html Css Color HEX #608705 Olive Drab

📋 copy color: '#608705'

red 96 ◦ green 135 ◦ blue 5

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

Shades of Olive Drab #608705

Tints of Olive Drab #608705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 40.68%
G = 57.2%
B = 2.12%

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

#608705 (or 0x608705) is known color: Olive Drab. HEX triplet: 60, 87 and 05. RGB value is (96,135,5). Sum of RGB (Red+Green+Blue) = 96+135+5=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #608705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608705 is #9F78FA. Grayscale: #6C6C6C. Windows color (decimal): -10451195 or 362336. OLE color: 362336.

HSL color Cylindrical-coordinate representation of color #608705: hue angle of 78º degrees, saturation: 0.93, 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 #608705 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 5 -
CMYK 0.29 0 0.96 0.47
HSL 78º 0.93% 0.27% -
HSV(B) 78º 0.96% 0.53% -
XYZ 13.52 19.83 3.26 -
YUV 108.52 69.58 119.07 -
System Red Green Blue C M Y K H S L
Decimal 96 135 5 0.29 0 0.96 0.47 78 0.93 0.27
Hex 60 87 5 1D 0 60 2F 4E 5D 1B
Octal 140 207 5 35 0 140 57 116 135 33
Binary 1100000 10000111 101 11101 0 1100000 101111 1001110 1011101 11011

Color Harmonies of #608705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608705

Black with #608705

Text Example


Text Example

White with #608705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608705; }

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

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

background-color css

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

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

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

border-color css

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

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

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