#66841E

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

Shades of Olive Drab #66841E

Tints of Olive Drab #66841E

Color information

#66841E (or 0x66841E) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 1E. RGB value is (102,132,30). Sum of RGB (Red+Green+Blue) = 102+132+30=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #66841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66841E is #997BE1. Grayscale: #6F6F6F. Windows color (decimal): -10058722 or 1999974. OLE color: 1999974.

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

Color convert

RGB10213230-
CMYK0.2300.770.48
HSL77.65º62.96%31.76%-
HSV(B)77.65º77.27%51.76%-
XYZ13.9719.424.24-
YUV111.482.06121.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=38.64%
G=50%
B=11.36%

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
Decimal102132300.2300.770.4877.6562.9631.76
Hex66841E1704D304e3f20
Octal14620436270115601167740
Binary1100110100001001111010111010011011100001001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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