#6A8855

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

Shades of Glade Green #6A8855

Tints of Glade Green #6A8855

Color information

#6A8855 (or 0x6A8855) is unknown color: approx Glade Green. HEX triplet: 6A, 88 and 55. RGB value is (106,136,85). Sum of RGB (Red+Green+Blue) = 106+136+85=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8855 is #9577AA. Grayscale: #797979. Windows color (decimal): -9795499 or 5605482. OLE color: 5605482.

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

Color convert

RGB10613685-
CMYK0.2200.380.47
HSL95.29º23.08%43.33%-
HSV(B)95.29º37.5%53.33%-
XYZ16.3921.3311.85-
YUV121.22107.56117.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=32.42%
G=41.59%
B=25.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136850.2200.380.4795.2923.0843.33
Hex6A8855160262F5f172b
Octal15221012526046571372753
Binary1101010100010001010101101100100110101111101111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,136,85); }

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

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

 a { background-color: rgb(106,136,85); }

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

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

 span { border-color: rgb(106,136,85); }

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