#668921

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

Shades of Olive Drab #668921

Tints of Olive Drab #668921

Color information

#668921 (or 0x668921) is unknown color: approx Olive Drab. HEX triplet: 66, 89 and 21. RGB value is (102,137,33). Sum of RGB (Red+Green+Blue) = 102+137+33=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #668921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668921 is #9976DE. Grayscale: #737373. Windows color (decimal): -10057439 or 2197862. OLE color: 2197862.

HSL color Cylindrical-coordinate representation of color #668921: hue angle of 80.19º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #668921 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB10213733-
CMYK0.2600.760.46
HSL80.19º61.18%33.33%-
HSV(B)80.19º75.91%53.73%-
XYZ14.720.834.68-
YUV114.6881.9118.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 137 (53.91% from 255) = 50.37%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=37.5%
G=50.37%
B=12.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137330.2600.760.4680.1961.1833.33
Hex6689211A04C2E503d21
Octal14621141320114561207541
Binary11001101000100110000111010010011001011101010000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668921; }

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

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

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

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

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

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

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

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