Html Css Color HEX #608605 Olive Drab

📋 copy color: '#608605'

red 96 ◦ green 134 ◦ blue 5

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

Shades of Olive Drab #608605

Tints of Olive Drab #608605

RGB

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

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

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

R = 40.85%
G = 57.02%
B = 2.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#608605 (or 0x608605) is known color: Olive Drab. HEX triplet: 60, 86 and 05. RGB value is (96,134,5). Sum of RGB (Red+Green+Blue) = 96+134+5=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #608605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608605 is #9F79FA. Grayscale: #6C6C6C. Windows color (decimal): -10451451 or 362080. OLE color: 362080.

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

Color convert

RGB 96 134 5 -
CMYK 0.28 0 0.96 0.47
HSL 77.67º 0.93% 0.27% -
HSV(B) 77.67º 0.96% 0.53% -
XYZ 13.38 19.55 3.21 -
YUV 107.93 69.91 119.49 -
System Red Green Blue C M Y K H S L
Decimal 96 134 5 0.28 0 0.96 0.47 77.67 0.93 0.27
Hex 60 86 5 1C 0 60 2F 4E 5D 1B
Octal 140 206 5 34 0 140 57 116 135 33
Binary 1100000 10000110 101 11100 0 1100000 101111 1001110 1011101 11011

Color Harmonies of #608605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608605

Black with #608605

Text Example


Text Example

White with #608605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608605; }

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

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

background-color css

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

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

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

border-color css

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

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

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