#669148

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

Shades of Glade Green #669148

Tints of Glade Green #669148

Color information

#669148 (or 0x669148) is unknown color: approx Glade Green. HEX triplet: 66, 91 and 48. RGB value is (102,145,72). Sum of RGB (Red+Green+Blue) = 102+145+72=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #669148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669148 is #996EB7. Grayscale: #7C7C7C. Windows color (decimal): -10055352 or 4755814. OLE color: 4755814.

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

Color convert

RGB10214572-
CMYK0.3000.500.43
HSL95.34º33.64%42.55%-
HSV(B)95.34º50.34%56.86%-
XYZ16.7723.549.79-
YUV123.8298.75112.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=31.97%
G=45.45%
B=22.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145720.3000.500.4395.3433.6442.55
Hex6691481E0322B5f222b
Octal14622111036062531374253
Binary11001101001000110010001111001100101010111011111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669148; }

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

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

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

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

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

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

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

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