#60820C

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

Shades of Olive Drab #60820C

Tints of Olive Drab #60820C

Color information

#60820C (or 0x60820C) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 0C. RGB value is (96,130,12). Sum of RGB (Red+Green+Blue) = 96+130+12=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #60820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60820C is #9F7DF3. Grayscale: #6A6A6A. Windows color (decimal): -10452468 or 819808. OLE color: 819808.

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

Color convert

RGB9613012-
CMYK0.2600.910.49
HSL77.29º83.1%27.84%-
HSV(B)77.29º90.77%50.98%-
XYZ12.8718.483.24-
YUV106.3874.74120.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=40.34%
G=54.62%
B=5.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130120.2600.910.4977.2983.127.84
Hex6082C1A05B314d531c
Octal140202143201336111512334
Binary110000010000010110011010010110111100011001101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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