#60821A

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

Shades of Olive Drab #60821A

Tints of Olive Drab #60821A

Color information

#60821A (or 0x60821A) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 1A. RGB value is (96,130,26). Sum of RGB (Red+Green+Blue) = 96+130+26=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #60821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60821A is #9F7DE5. Grayscale: #6C6C6C. Windows color (decimal): -10452454 or 1737312. OLE color: 1737312.

HSL color Cylindrical-coordinate representation of color #60821A: hue angle of 79.62º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60821A is Cyan = 0.26, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB9613026-
CMYK0.2600.80.49
HSL79.62º66.67%30.59%-
HSV(B)79.62º80%50.98%-
XYZ12.9918.533.87-
YUV107.9881.74119.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 130 (51.17% from 255) = 51.59%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=38.10%
G=51.59%
B=10.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130260.2600.80.4979.6266.6730.59
Hex60821A1A0503150431f
Octal140202323201206112010337
Binary1100000100000101101011010010100001100011010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60821A; }

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

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

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

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

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

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

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

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