Html Css Color HEX #608708 Olive Drab

📋 copy color: '#608708'

red 96 ◦ green 135 ◦ blue 8

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

Shades of Olive Drab #608708

Tints of Olive Drab #608708

RGB

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

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

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

R = 40.17%
G = 56.49%
B = 3.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#608708 (or 0x608708) is known color: Olive Drab. HEX triplet: 60, 87 and 08. RGB value is (96,135,8). Sum of RGB (Red+Green+Blue) = 96+135+8=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #608708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608708 is #9F78F7. Grayscale: #6D6D6D. Windows color (decimal): -10451192 or 558944. OLE color: 558944.

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

Color convert

RGB 96 135 8 -
CMYK 0.29 0 0.94 0.47
HSL 78.43º 0.89% 0.28% -
HSV(B) 78.43º 0.94% 0.53% -
XYZ 13.53 19.83 3.34 -
YUV 108.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 96 135 8 0.29 0 0.94 0.47 78.43 0.89 0.28
Hex 60 87 8 1D 0 5E 2F 4E 59 1C
Octal 140 207 10 35 0 136 57 116 131 34
Binary 1100000 10000111 1000 11101 0 1011110 101111 1001110 1011001 11100

Color Harmonies of #608708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608708

Black with #608708

Text Example


Text Example

White with #608708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608708; }

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

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

background-color css

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

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

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

border-color css

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

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

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