#668652

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

Shades of Glade Green #668652

Tints of Glade Green #668652

Color information

#668652 (or 0x668652) is unknown color: approx Glade Green. HEX triplet: 66, 86 and 52. RGB value is (102,134,82). Sum of RGB (Red+Green+Blue) = 102+134+82=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #668652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668652 is #9979AD. Grayscale: #767676. Windows color (decimal): -10058158 or 5408358. OLE color: 5408358.

HSL color Cylindrical-coordinate representation of color #668652: hue angle of 96.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #668652 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB10213482-
CMYK0.2400.390.47
HSL96.92º24.07%42.35%-
HSV(B)96.92º38.81%52.55%-
XYZ15.5320.4811.12-
YUV118.5107.4116.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=32.08%
G=42.14%
B=25.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134820.2400.390.4796.9224.0742.35
Hex668652180272F61182a
Octal14620612230047571413052
Binary1100110100001101010010110000100111101111110000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668652; }

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

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

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

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

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

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

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

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