#66821E

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

Shades of Olive Drab #66821E

Tints of Olive Drab #66821E

Color information

#66821E (or 0x66821E) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 1E. RGB value is (102,130,30). Sum of RGB (Red+Green+Blue) = 102+130+30=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #66821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66821E is #997DE1. Grayscale: #6E6E6E. Windows color (decimal): -10059234 or 1999462. OLE color: 1999462.

HSL color Cylindrical-coordinate representation of color #66821E: hue angle of 76.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66821E is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB10213030-
CMYK0.2200.770.49
HSL76.8º62.5%31.37%-
HSV(B)76.8º76.92%50.98%-
XYZ13.718.884.15-
YUV110.2382.72122.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 30 (12.11% from 255) = 11.45%
R=38.93%
G=49.62%
B=11.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130300.2200.770.4976.862.531.37
Hex66821E1604D314d3e1f
Octal14620236260115611157637
Binary110011010000010111101011001001101110001100110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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