#6A865B

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

Shades of Glade Green #6A865B

Tints of Glade Green #6A865B

Color information

#6A865B (or 0x6A865B) is unknown color: approx Glade Green. HEX triplet: 6A, 86 and 5B. RGB value is (106,134,91). Sum of RGB (Red+Green+Blue) = 106+134+91=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865B is #9579A4. Grayscale: #787878. Windows color (decimal): -9796005 or 5998186. OLE color: 5998186.

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

Color convert

RGB10613491-
CMYK0.2100.320.47
HSL99.07º19.11%44.12%-
HSV(B)99.07º32.09%52.55%-
XYZ16.3620.8713.06-
YUV120.73111.22117.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=32.02%
G=40.48%
B=27.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106134910.2100.320.4799.0719.1144.12
Hex6A865B150202F63132c
Octal15220613325040571432354
Binary1101010100001101011011101010100000101111110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,91); }

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

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

 a { background-color: rgb(106,134,91); }

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

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

 span { border-color: rgb(106,134,91); }

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