#66841A

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

Shades of Olive Drab #66841A

Tints of Olive Drab #66841A

Color information

#66841A (or 0x66841A) is unknown color: approx Olive Drab. HEX triplet: 66, 84 and 1A. RGB value is (102,132,26). Sum of RGB (Red+Green+Blue) = 102+132+26=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #66841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66841A is #997BE5. Grayscale: #6F6F6F. Windows color (decimal): -10058726 or 1737830. OLE color: 1737830.

HSL color Cylindrical-coordinate representation of color #66841A: hue angle of 76.98º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66841A is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB10213226-
CMYK0.2300.800.48
HSL76.98º67.09%30.98%-
HSV(B)76.98º80.3%51.76%-
XYZ13.9219.43.99-
YUV110.9580.06121.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 26 (10.55% from 255) = 10%
R=39.23%
G=50.77%
B=10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132260.2300.800.4876.9867.0930.98
Hex66841A17050304d431f
Octal146204322701206011510337
Binary1100110100001001101010111010100001100001001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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