Html Css Color HEX #608608 Olive Drab

📋 copy color: '#608608'

red 96 ◦ green 134 ◦ blue 8

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

Shades of Olive Drab #608608

Tints of Olive Drab #608608

RGB

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

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

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

R = 40.34%
G = 56.3%
B = 3.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#608608 (or 0x608608) is known color: Olive Drab. HEX triplet: 60, 86 and 08. RGB value is (96,134,8). Sum of RGB (Red+Green+Blue) = 96+134+8=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #608608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608608 is #9F79F7. Grayscale: #6C6C6C. Windows color (decimal): -10451448 or 558688. OLE color: 558688.

HSL color Cylindrical-coordinate representation of color #608608: hue angle of 78.1º 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 #608608 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 8 -
CMYK 0.28 0 0.94 0.47
HSL 78.1º 0.89% 0.28% -
HSV(B) 78.1º 0.94% 0.53% -
XYZ 13.39 19.55 3.3 -
YUV 108.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 96 134 8 0.28 0 0.94 0.47 78.1 0.89 0.28
Hex 60 86 8 1C 0 5E 2F 4E 59 1C
Octal 140 206 10 34 0 136 57 116 131 34
Binary 1100000 10000110 1000 11100 0 1011110 101111 1001110 1011001 11100

Color Harmonies of #608608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608608

Black with #608608

Text Example


Text Example

White with #608608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608608; }

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

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

background-color css

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

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

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

border-color css

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

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

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