#60811C

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

Shades of Olive Drab #60811C

Tints of Olive Drab #60811C

Color information

#60811C (or 0x60811C) is unknown color: approx Olive Drab. HEX triplet: 60, 81 and 1C. RGB value is (96,129,28). Sum of RGB (Red+Green+Blue) = 96+129+28=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #60811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60811C is #9F7EE3. Grayscale: #6B6B6B. Windows color (decimal): -10452708 or 1868128. OLE color: 1868128.

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

Color convert

RGB9612928-
CMYK0.2600.780.49
HSL79.6º64.33%30.78%-
HSV(B)79.6º78.29%50.59%-
XYZ12.8818.273.95-
YUV107.6283.07119.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=37.94%
G=50.99%
B=11.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96129280.2600.780.4979.664.3330.78
Hex60811C1A04E3150401f
Octal140201343201166112010037
Binary1100000100000011110011010010011101100011010000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,129,28); }

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

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

 a { background-color: rgb(96,129,28); }

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

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

 span { border-color: rgb(96,129,28); }

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