Html Css Color HEX #608010 Olive Drab

📋 copy color: '#608010'

red 96 ◦ green 128 ◦ blue 16

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

Shades of Olive Drab #608010

Tints of Olive Drab #608010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.33%

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 40%
G = 53.33%
B = 6.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#608010 (or 0x608010) is known color: Olive Drab. HEX triplet: 60, 80 and 10. RGB value is (96,128,16). Sum of RGB (Red+Green+Blue) = 96+128+16=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #608010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608010 is #9F7FEF. Grayscale: #6A6A6A. Windows color (decimal): -10452976 or 1081440. OLE color: 1081440.

HSL color Cylindrical-coordinate representation of color #608010: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #608010 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 16 -
CMYK 0.25 0 0.88 0.50
HSL 77.14º 0.78% 0.28% -
HSV(B) 77.14º 0.88% 0.5% -
XYZ 12.64 17.96 3.29 -
YUV 105.66 77.4 121.11 -
System Red Green Blue C M Y K H S L
Decimal 96 128 16 0.25 0 0.88 0.50 77.14 0.78 0.28
Hex 60 80 10 19 0 58 32 4D 4E 1C
Octal 140 200 20 31 0 130 62 115 116 34
Binary 1100000 10000000 10000 11001 0 1011000 110010 1001101 1001110 11100

Color Harmonies of #608010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608010

Black with #608010

Text Example


Text Example

White with #608010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608010; }

 p { color: rgb(96,128,16); }

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

background-color css

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

 a { background-color: rgb(96,128,16); }

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

border-color css

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

 span { border-color: rgb(96,128,16); }

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