#60861F

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

Shades of Olive Drab #60861F

Tints of Olive Drab #60861F

Color information

#60861F (or 0x60861F) is unknown color: approx Olive Drab. HEX triplet: 60, 86 and 1F. RGB value is (96,134,31). Sum of RGB (Red+Green+Blue) = 96+134+31=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #60861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60861F is #9F79E0. Grayscale: #6F6F6F. Windows color (decimal): -10451425 or 2066016. OLE color: 2066016.

HSL color Cylindrical-coordinate representation of color #60861F: hue angle of 82.14º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60861F is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB9613431-
CMYK0.2800.770.47
HSL82.14º62.42%32.35%-
HSV(B)82.14º76.87%52.55%-
XYZ13.619.644.37-
YUV110.982.91117.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=36.78%
G=51.34%
B=11.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96134310.2800.770.4782.1462.4232.35
Hex60861F1C04D2F523e20
Octal14020637340115571227640
Binary1100000100001101111111100010011011011111010010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60861F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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