#6A8756

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

Shades of Glade Green #6A8756

Tints of Glade Green #6A8756

Color information

#6A8756 (or 0x6A8756) is unknown color: approx Glade Green. HEX triplet: 6A, 87 and 56. RGB value is (106,135,86). Sum of RGB (Red+Green+Blue) = 106+135+86=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8756 is #9578A9. Grayscale: #787878. Windows color (decimal): -9795754 or 5670762. OLE color: 5670762.

HSL color Cylindrical-coordinate representation of color #6A8756: hue angle of 95.51º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A8756 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB10613586-
CMYK0.2100.360.47
HSL95.51º22.17%43.33%-
HSV(B)95.51º36.3%52.94%-
XYZ16.2921.0612.01-
YUV120.74108.39117.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=32.42%
G=41.28%
B=26.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135860.2100.360.4795.5122.1743.33
Hex6A8756150242F60162b
Octal15220712625044571402653
Binary1101010100001111010110101010100100101111110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8756; }

 p { color: rgb(106,135,86); }

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

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

 a { background-color: rgb(106,135,86); }

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

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

 span { border-color: rgb(106,135,86); }

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