#6A914E

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

Shades of Glade Green #6A914E

Tints of Glade Green #6A914E

Color information

#6A914E (or 0x6A914E) is unknown color: approx Glade Green. HEX triplet: 6A, 91 and 4E. RGB value is (106,145,78). Sum of RGB (Red+Green+Blue) = 106+145+78=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #6A914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A914E is #956EB1. Grayscale: #7D7D7D. Windows color (decimal): -9793202 or 5149034. OLE color: 5149034.

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

Color convert

RGB10614578-
CMYK0.2700.460.43
HSL94.93º30.04%43.73%-
HSV(B)94.93º46.21%56.86%-
XYZ17.4423.8710.89-
YUV125.7101.08113.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=32.22%
G=44.07%
B=23.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106145780.2700.460.4394.9330.0443.73
Hex6A914E1B02E2B5f1e2c
Octal15222111633056531373654
Binary1101010100100011001110110110101110101011101111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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