#60841E

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

Shades of Olive Drab #60841E

Tints of Olive Drab #60841E

Color information

#60841E (or 0x60841E) is unknown color: approx Olive Drab. HEX triplet: 60, 84 and 1E. RGB value is (96,132,30). Sum of RGB (Red+Green+Blue) = 96+132+30=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #60841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60841E is #9F7BE1. Grayscale: #6D6D6D. Windows color (decimal): -10451938 or 1999968. OLE color: 1999968.

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

Color convert

RGB9613230-
CMYK0.2700.770.48
HSL81.18º62.96%31.76%-
HSV(B)81.18º77.27%51.76%-
XYZ13.3119.084.21-
YUV109.6183.07118.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 132 (51.95% from 255) = 51.16%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=37.21%
G=51.16%
B=11.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132300.2700.770.4881.1862.9631.76
Hex60841E1B04D30513f20
Octal14020436330115601217740
Binary1100000100001001111011011010011011100001010001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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