#66884F

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

Shades of Glade Green #66884F

Tints of Glade Green #66884F

Color information

#66884F (or 0x66884F) is unknown color: approx Glade Green. HEX triplet: 66, 88 and 4F. RGB value is (102,136,79). Sum of RGB (Red+Green+Blue) = 102+136+79=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #66884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66884F is #9977B0. Grayscale: #777777. Windows color (decimal): -10057649 or 5212262. OLE color: 5212262.

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

Color convert

RGB10213679-
CMYK0.2500.420.47
HSL95.79º26.51%42.16%-
HSV(B)95.79º41.91%53.33%-
XYZ15.692110.62-
YUV119.34105.24115.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=32.18%
G=42.90%
B=24.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136790.2500.420.4795.7926.5142.16
Hex66884F1902A2F601b2a
Octal14621011731052571403352
Binary1100110100010001001111110010101010101111110000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66884F; }

 p { color: rgb(102,136,79); }

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

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

 a { background-color: rgb(102,136,79); }

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

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

 span { border-color: rgb(102,136,79); }

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