#668355

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

Shades of Glade Green #668355

Tints of Glade Green #668355

Color information

#668355 (or 0x668355) is unknown color: approx Glade Green. HEX triplet: 66, 83 and 55. RGB value is (102,131,85). Sum of RGB (Red+Green+Blue) = 102+131+85=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #668355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668355 is #997CAA. Grayscale: #757575. Windows color (decimal): -10058923 or 5604198. OLE color: 5604198.

HSL color Cylindrical-coordinate representation of color #668355: hue angle of 97.83º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668355 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB10213185-
CMYK0.2200.350.49
HSL97.83º21.3%42.35%-
HSV(B)97.83º35.11%51.37%-
XYZ15.2419.7111.6-
YUV117.08109.89117.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=32.08%
G=41.19%
B=26.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131850.2200.350.4997.8321.342.35
Hex668355160233162152a
Octal14620312526043611422552
Binary1100110100000111010101101100100011110001110001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668355; }

 p { color: rgb(102,131,85); }

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

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

 a { background-color: rgb(102,131,85); }

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

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

 span { border-color: rgb(102,131,85); }

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