#668A4D

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

Shades of Glade Green #668A4D

Tints of Glade Green #668A4D

Color information

#668A4D (or 0x668A4D) is unknown color: approx Glade Green. HEX triplet: 66, 8A and 4D. RGB value is (102,138,77). Sum of RGB (Red+Green+Blue) = 102+138+77=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #668A4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A4D is #9975B2. Grayscale: #787878. Windows color (decimal): -10057139 or 5081702. OLE color: 5081702.

HSL color Cylindrical-coordinate representation of color #668A4D: hue angle of 95.41º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #668A4D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB10213877-
CMYK0.2600.440.46
HSL95.41º28.37%42.16%-
HSV(B)95.41º44.2%54.12%-
XYZ15.9121.5410.34-
YUV120.28103.57114.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=32.18%
G=43.53%
B=24.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138770.2600.440.4695.4128.3742.16
Hex668A4D1A02C2E5f1c2a
Octal14621211532054561373452
Binary1100110100010101001101110100101100101110101111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,77); }

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

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

 a { background-color: rgb(102,138,77); }

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

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

 span { border-color: rgb(102,138,77); }

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