#668221

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

Shades of Olive Drab #668221

Tints of Olive Drab #668221

Color information

#668221 (or 0x668221) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 21. RGB value is (102,130,33). Sum of RGB (Red+Green+Blue) = 102+130+33=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #668221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668221 is #997DDE. Grayscale: #6E6E6E. Windows color (decimal): -10059231 or 2196070. OLE color: 2196070.

HSL color Cylindrical-coordinate representation of color #668221: hue angle of 77.32º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #668221 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB10213033-
CMYK0.2200.750.49
HSL77.32º59.51%31.96%-
HSV(B)77.32º74.62%50.98%-
XYZ13.7418.94.36-
YUV110.5784.22121.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=38.49%
G=49.06%
B=12.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130330.2200.750.4977.3259.5131.96
Hex6682211604B314d3c20
Octal14620241260113611157440
Binary11001101000001010000110110010010111100011001101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668221; }

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

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

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

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

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

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

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

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