#668332

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

Shades of Olive Drab #668332

Tints of Olive Drab #668332

Color information

#668332 (or 0x668332) is unknown color: approx Olive Drab. HEX triplet: 66, 83 and 32. RGB value is (102,131,50). Sum of RGB (Red+Green+Blue) = 102+131+50=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #668332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668332 is #997CCD. Grayscale: #717171. Windows color (decimal): -10058958 or 3310438. OLE color: 3310438.

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

Color convert

RGB10213150-
CMYK0.2200.620.49
HSL81.48º44.75%35.49%-
HSV(B)81.48º61.83%51.37%-
XYZ14.1719.295.99-
YUV113.0992.39120.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=36.04%
G=46.29%
B=17.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131500.2200.620.4981.4844.7535.49
Hex6683321603E31512d23
Octal1462036226076611215543
Binary1100110100000111100101011001111101100011010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668332; }

 p { color: rgb(102,131,50); }

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

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

 a { background-color: rgb(102,131,50); }

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

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

 span { border-color: rgb(102,131,50); }

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