#6A875A

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

Shades of Glade Green #6A875A

Tints of Glade Green #6A875A

Color information

#6A875A (or 0x6A875A) is unknown color: approx Glade Green. HEX triplet: 6A, 87 and 5A. RGB value is (106,135,90). Sum of RGB (Red+Green+Blue) = 106+135+90=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #6A875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A875A is #9578A5. Grayscale: #797979. Windows color (decimal): -9795750 or 5932906. OLE color: 5932906.

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

Color convert

RGB10613590-
CMYK0.2100.330.47
HSL98.67º20%44.12%-
HSV(B)98.67º33.33%52.94%-
XYZ16.4521.1312.88-
YUV121.2110.39117.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=32.02%
G=40.79%
B=27.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135900.2100.330.4798.672044.12
Hex6A875A150212F63142c
Octal15220713225041571432454
Binary1101010100001111011010101010100001101111110001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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