#669252

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

Shades of Glade Green #669252

Tints of Glade Green #669252

Color information

#669252 (or 0x669252) is unknown color: approx Glade Green. HEX triplet: 66, 92 and 52. RGB value is (102,146,82). Sum of RGB (Red+Green+Blue) = 102+146+82=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #669252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669252 is #996DAD. Grayscale: #7D7D7D. Windows color (decimal): -10055086 or 5411430. OLE color: 5411430.

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

Color convert

RGB10214682-
CMYK0.3000.440.43
HSL101.25º28.07%44.71%-
HSV(B)101.25º43.84%57.25%-
XYZ17.2823.9911.7-
YUV125.55103.42111.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=30.91%
G=44.24%
B=24.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102146820.3000.440.43101.2528.0744.71
Hex6692521E02C2B651c2d
Octal14622212236054531453455
Binary1100110100100101010010111100101100101011110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669252; }

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

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

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

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

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

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

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

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