#60821F

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

Shades of Olive Drab #60821F

Tints of Olive Drab #60821F

Color information

#60821F (or 0x60821F) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 1F. RGB value is (96,130,31). Sum of RGB (Red+Green+Blue) = 96+130+31=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #60821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60821F is #9F7DE0. Grayscale: #6C6C6C. Windows color (decimal): -10452449 or 2064992. OLE color: 2064992.

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

Color convert

RGB9613031-
CMYK0.2600.760.49
HSL80.61º61.49%31.57%-
HSV(B)80.61º76.15%50.98%-
XYZ13.0518.554.19-
YUV108.5584.24119.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=37.35%
G=50.58%
B=12.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130310.2600.760.4980.6161.4931.57
Hex60821F1A04C31513d20
Octal14020237320114611217540
Binary1100000100000101111111010010011001100011010001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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