#60851E

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

Shades of Olive Drab #60851E

Tints of Olive Drab #60851E

Color information

#60851E (or 0x60851E) is unknown color: approx Olive Drab. HEX triplet: 60, 85 and 1E. RGB value is (96,133,30). Sum of RGB (Red+Green+Blue) = 96+133+30=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #60851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60851E is #9F7AE1. Grayscale: #6E6E6E. Windows color (decimal): -10451682 or 2000224. OLE color: 2000224.

HSL color Cylindrical-coordinate representation of color #60851E: hue angle of 81.55º 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 #60851E is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB9613330-
CMYK0.2800.770.48
HSL81.55º63.19%31.96%-
HSV(B)81.55º77.44%52.16%-
XYZ13.4519.364.26-
YUV110.282.74117.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=37.07%
G=51.35%
B=11.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96133300.2800.770.4881.5563.1931.96
Hex60851E1C04D30523f20
Octal14020536340115601227740
Binary1100000100001011111011100010011011100001010010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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