#6A9150

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

Shades of Glade Green #6A9150

Tints of Glade Green #6A9150

Color information

#6A9150 (or 0x6A9150) is unknown color: approx Glade Green. HEX triplet: 6A, 91 and 50. RGB value is (106,145,80). Sum of RGB (Red+Green+Blue) = 106+145+80=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9150 is #956EAF. Grayscale: #7E7E7E. Windows color (decimal): -9793200 or 5280106. OLE color: 5280106.

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

Color convert

RGB10614580-
CMYK0.2700.450.43
HSL96º28.89%44.12%-
HSV(B)96º44.83%56.86%-
XYZ17.5223.8911.28-
YUV125.93102.08113.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=32.02%
G=43.81%
B=24.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106145800.2700.450.439628.8944.12
Hex6A91501B02D2B601d2c
Octal15222112033055531403554
Binary1101010100100011010000110110101101101011110000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,145,80); }

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

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

 a { background-color: rgb(106,145,80); }

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

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

 span { border-color: rgb(106,145,80); }

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