#60811B

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

Shades of Olive Drab #60811B

Tints of Olive Drab #60811B

Color information

#60811B (or 0x60811B) is unknown color: approx Olive Drab. HEX triplet: 60, 81 and 1B. RGB value is (96,129,27). Sum of RGB (Red+Green+Blue) = 96+129+27=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #60811B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60811B is #9F7EE4. Grayscale: #6B6B6B. Windows color (decimal): -10452709 or 1802592. OLE color: 1802592.

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

Color convert

RGB9612927-
CMYK0.2600.790.49
HSL79.41º65.38%30.59%-
HSV(B)79.41º79.07%50.59%-
XYZ12.8718.273.88-
YUV107.582.57119.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=38.10%
G=51.19%
B=10.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96129270.2600.790.4979.4165.3830.59
Hex60811B1A04F314f411f
Octal140201333201176111710137
Binary1100000100000011101111010010011111100011001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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