#668B4C

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

Shades of Glade Green #668B4C

Tints of Glade Green #668B4C

Color information

#668B4C (or 0x668B4C) is unknown color: approx Glade Green. HEX triplet: 66, 8B and 4C. RGB value is (102,139,76). Sum of RGB (Red+Green+Blue) = 102+139+76=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #668B4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B4C is #9974B3. Grayscale: #787878. Windows color (decimal): -10056884 or 5016422. OLE color: 5016422.

HSL color Cylindrical-coordinate representation of color #668B4C: hue angle of 95.24º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #668B4C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB10213976-
CMYK0.2700.450.45
HSL95.24º29.3%42.16%-
HSV(B)95.24º45.32%54.51%-
XYZ16.0221.8110.2-
YUV120.75102.74114.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=32.18%
G=43.85%
B=23.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102139760.2700.450.4595.2429.342.16
Hex668B4C1B02D2D5f1d2a
Octal14621311433055551373552
Binary1100110100010111001100110110101101101101101111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B4C; }

 p { color: rgb(102,139,76); }

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

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

 a { background-color: rgb(102,139,76); }

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

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

 span { border-color: rgb(102,139,76); }

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