Html Css Color HEX #608806 Olive Drab

📋 copy color: '#608806'

red 96 ◦ green 136 ◦ blue 6

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

Shades of Olive Drab #608806

Tints of Olive Drab #608806

RGB

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

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

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

R = 40.34%
G = 57.14%
B = 2.52%

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

#608806 (or 0x608806) is known color: Olive Drab. HEX triplet: 60, 88 and 06. RGB value is (96,136,6). Sum of RGB (Red+Green+Blue) = 96+136+6=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #608806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608806 is #9F77F9. Grayscale: #6D6D6D. Windows color (decimal): -10450938 or 428128. OLE color: 428128.

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

Color convert

RGB 96 136 6 -
CMYK 0.29 0 0.96 0.47
HSL 78.46º 0.92% 0.28% -
HSV(B) 78.46º 0.96% 0.53% -
XYZ 13.66 20.11 3.33 -
YUV 109.22 69.75 118.57 -
System Red Green Blue C M Y K H S L
Decimal 96 136 6 0.29 0 0.96 0.47 78.46 0.92 0.28
Hex 60 88 6 1D 0 60 2F 4E 5C 1C
Octal 140 210 6 35 0 140 57 116 134 34
Binary 1100000 10001000 110 11101 0 1100000 101111 1001110 1011100 11100

Color Harmonies of #608806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608806

Black with #608806

Text Example


Text Example

White with #608806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608806; }

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

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

background-color css

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

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

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

border-color css

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

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

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