#669320

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

Shades of Olive Drab #669320

Tints of Olive Drab #669320

Color information

#669320 (or 0x669320) is unknown color: approx Olive Drab. HEX triplet: 66, 93 and 20. RGB value is (102,147,32). Sum of RGB (Red+Green+Blue) = 102+147+32=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #669320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669320 is #996CDF. Grayscale: #787878. Windows color (decimal): -10054880 or 2134886. OLE color: 2134886.

HSL color Cylindrical-coordinate representation of color #669320: hue angle of 83.48º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #669320 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB10214732-
CMYK0.3100.780.42
HSL83.48º64.25%35.1%-
HSV(B)83.48º78.23%57.65%-
XYZ16.1723.85.11-
YUV120.4478.09114.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 147 (57.81% from 255) = 52.31%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=36.30%
G=52.31%
B=11.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102147320.3100.780.4283.4864.2535.1
Hex6693201F04E2A534023
Octal146223403701165212310043
Binary110011010010011100000111110100111010101010100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669320; }

 p { color: rgb(102,147,32); }

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

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

 a { background-color: rgb(102,147,32); }

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

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

 span { border-color: rgb(102,147,32); }

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