#669448

Color #669448 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #669448

Tints of Glade Green #669448

Color information

#669448 (or 0x669448) is unknown color: approx Glade Green. HEX triplet: 66, 94 and 48. RGB value is (102,148,72). Sum of RGB (Red+Green+Blue) = 102+148+72=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #669448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669448 is #996BB7. Grayscale: #7D7D7D. Windows color (decimal): -10054584 or 4756582. OLE color: 4756582.

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

Color convert

RGB10214872-
CMYK0.3100.510.42
HSL96.32º34.55%43.14%-
HSV(B)96.32º51.35%58.04%-
XYZ17.2424.479.95-
YUV125.5897.76111.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=31.68%
G=45.96%
B=22.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102148720.3100.510.4296.3234.5543.14
Hex6694481F0332A60232b
Octal14622411037063521404353
Binary11001101001010010010001111101100111010101100000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669448; }

 p { color: rgb(102,148,72); }

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

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

 a { background-color: rgb(102,148,72); }

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

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

 span { border-color: rgb(102,148,72); }

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