#6A8E52

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

Shades of Glade Green #6A8E52

Tints of Glade Green #6A8E52

Color information

#6A8E52 (or 0x6A8E52) is unknown color: approx Glade Green. HEX triplet: 6A, 8E and 52. RGB value is (106,142,82). Sum of RGB (Red+Green+Blue) = 106+142+82=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8E52 is #9571AD. Grayscale: #7C7C7C. Windows color (decimal): -9793966 or 5410410. OLE color: 5410410.

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

Color convert

RGB10614282-
CMYK0.2500.420.44
HSL96º26.79%43.92%-
HSV(B)96º42.25%55.69%-
XYZ17.1423.0211.52-
YUV124.4104.07114.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.12%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=32.12%
G=43.03%
B=24.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106142820.2500.420.449626.7943.92
Hex6A8E521902A2C601b2c
Octal15221612231052541403354
Binary1101010100011101010010110010101010101100110000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,142,82); }

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

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

 a { background-color: rgb(106,142,82); }

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

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

 span { border-color: rgb(106,142,82); }

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