Html Css Color HEX #608808 Olive Drab

📋 copy color: '#608808'

red 96 ◦ green 136 ◦ blue 8

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

Shades of Olive Drab #608808

Tints of Olive Drab #608808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.67%

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

R = 40%
G = 56.67%
B = 3.33%

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

#608808 (or 0x608808) is known color: Olive Drab. HEX triplet: 60, 88 and 08. RGB value is (96,136,8). Sum of RGB (Red+Green+Blue) = 96+136+8=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #608808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608808 is #9F77F7. Grayscale: #6D6D6D. Windows color (decimal): -10450936 or 559200. OLE color: 559200.

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

Color convert

RGB 96 136 8 -
CMYK 0.29 0 0.94 0.47
HSL 78.75º 0.89% 0.28% -
HSV(B) 78.75º 0.94% 0.53% -
XYZ 13.67 20.11 3.39 -
YUV 109.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 96 136 8 0.29 0 0.94 0.47 78.75 0.89 0.28
Hex 60 88 8 1D 0 5E 2F 4F 59 1C
Octal 140 210 10 35 0 136 57 117 131 34
Binary 1100000 10001000 1000 11101 0 1011110 101111 1001111 1011001 11100

Color Harmonies of #608808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608808

Black with #608808

Text Example


Text Example

White with #608808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608808; }

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

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

background-color css

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

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

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

border-color css

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

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

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