#669124

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

Shades of Olive Drab #669124

Tints of Olive Drab #669124

Color information

#669124 (or 0x669124) is unknown color: approx Olive Drab. HEX triplet: 66, 91 and 24. RGB value is (102,145,36). Sum of RGB (Red+Green+Blue) = 102+145+36=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #669124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669124 is #996EDB. Grayscale: #787878. Windows color (decimal): -10055388 or 2396518. OLE color: 2396518.

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

Color convert

RGB10214536-
CMYK0.3000.750.43
HSL83.67º60.22%35.49%-
HSV(B)83.67º75.17%56.86%-
XYZ15.9223.25.31-
YUV119.7280.75115.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 36 (14.45% from 255) = 12.72%
R=36.04%
G=51.24%
B=12.72%

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
Decimal102145360.3000.750.4383.6760.2235.49
Hex6691241E04B2B543c23
Octal14622144360113531247443
Binary11001101001000110010011110010010111010111010100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669124; }

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

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

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

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

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

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

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

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