#60820D

Color #60820D Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #60820D

Tints of Olive Drab #60820D

Color information

#60820D (or 0x60820D) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 0D. RGB value is (96,130,13). Sum of RGB (Red+Green+Blue) = 96+130+13=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #60820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60820D is #9F7DF2. Grayscale: #6A6A6A. Windows color (decimal): -10452467 or 885344. OLE color: 885344.

HSL color Cylindrical-coordinate representation of color #60820D: hue angle of 77.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60820D is Cyan = 0.26, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB9613013-
CMYK0.2600.90.49
HSL77.44º81.82%28.04%-
HSV(B)77.44º90%50.98%-
XYZ12.8818.483.27-
YUV106.575.24120.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=40.17%
G=54.39%
B=5.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130130.2600.90.4977.4481.8228.04
Hex6082D1A05A314d521c
Octal140202153201326111512234
Binary110000010000010110111010010110101100011001101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60820D; }

 p { color: rgb(96,130,13); }

 H1.HeaderClassName
 {
   color: #60820D;
 }
 .AnyTagClassName
 {
   color: #60820D;
 }
</style>
background-color css

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

 a { background-color: rgb(96,130,13); }

 div.DivClassName
 {
   background-color: #60820D;
 }
 .BgClassName
 {
   background-color: #60820D;
 }
</style>
border-color css

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

 span { border-color: rgb(96,130,13); }

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