#60841D

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

Shades of Olive Drab #60841D

Tints of Olive Drab #60841D

Color information

#60841D (or 0x60841D) is unknown color: approx Olive Drab. HEX triplet: 60, 84 and 1D. RGB value is (96,132,29). Sum of RGB (Red+Green+Blue) = 96+132+29=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #60841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60841D is #9F7BE2. Grayscale: #6D6D6D. Windows color (decimal): -10451939 or 1934432. OLE color: 1934432.

HSL color Cylindrical-coordinate representation of color #60841D: hue angle of 80.97º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60841D is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB9613229-
CMYK0.2700.780.48
HSL80.97º63.98%31.57%-
HSV(B)80.97º78.03%51.76%-
XYZ13.319.084.14-
YUV109.4982.57118.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 29 (11.72% from 255) = 11.28%
R=37.35%
G=51.36%
B=11.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132290.2700.780.4880.9763.9831.57
Hex60841D1B04E30514020
Octal140204353301166012110040
Binary11000001000010011101110110100111011000010100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60841D; }

 p { color: rgb(96,132,29); }

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

<style>
 a { background-color: #60841D; }

 a { background-color: rgb(96,132,29); }

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

<style>
 span { border-color: #60841D; }

 span { border-color: rgb(96,132,29); }

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