#669224

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

Shades of Olive Drab #669224

Tints of Olive Drab #669224

Color information

#669224 (or 0x669224) is unknown color: approx Olive Drab. HEX triplet: 66, 92 and 24. RGB value is (102,146,36). Sum of RGB (Red+Green+Blue) = 102+146+36=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #669224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669224 is #996DDB. Grayscale: #787878. Windows color (decimal): -10055132 or 2396774. OLE color: 2396774.

HSL color Cylindrical-coordinate representation of color #669224: hue angle of 84º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #669224 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB10214636-
CMYK0.3000.750.43
HSL84º60.44%35.69%-
HSV(B)84º75.34%57.25%-
XYZ16.0823.515.36-
YUV120.380.42114.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 36 (14.45% from 255) = 12.68%
R=35.92%
G=51.41%
B=12.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102146360.3000.750.438460.4435.69
Hex6692241E04B2B543c24
Octal14622244360113531247444
Binary11001101001001010010011110010010111010111010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669224; }

 p { color: rgb(102,146,36); }

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

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

 a { background-color: rgb(102,146,36); }

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

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

 span { border-color: rgb(102,146,36); }

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