#66851E

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

Shades of Olive Drab #66851E

Tints of Olive Drab #66851E

Color information

#66851E (or 0x66851E) is unknown color: approx Olive Drab. HEX triplet: 66, 85 and 1E. RGB value is (102,133,30). Sum of RGB (Red+Green+Blue) = 102+133+30=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #66851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66851E is #997AE1. Grayscale: #707070. Windows color (decimal): -10058466 or 2000230. OLE color: 2000230.

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

Color convert

RGB10213330-
CMYK0.2300.770.48
HSL78.06º63.19%31.96%-
HSV(B)78.06º77.44%52.16%-
XYZ14.119.694.29-
YUV111.9981.73120.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=38.49%
G=50.19%
B=11.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133300.2300.770.4878.0663.1931.96
Hex66851E1704D304e3f20
Octal14620536270115601167740
Binary1100110100001011111010111010011011100001001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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