#6A944A

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

Shades of Glade Green #6A944A

Tints of Glade Green #6A944A

Color information

#6A944A (or 0x6A944A) is unknown color: approx Glade Green. HEX triplet: 6A, 94 and 4A. RGB value is (106,148,74). Sum of RGB (Red+Green+Blue) = 106+148+74=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #6A944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A944A is #956BB5. Grayscale: #7F7F7F. Windows color (decimal): -9792438 or 4887658. OLE color: 4887658.

HSL color Cylindrical-coordinate representation of color #6A944A: hue angle of 94.05º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A944A is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB10614874-
CMYK0.2800.500.42
HSL94.05º33.33%43.53%-
HSV(B)94.05º50%58.04%-
XYZ17.7724.7410.32-
YUV127.0198.09113.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=32.32%
G=45.12%
B=22.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106148740.2800.500.4294.0533.3343.53
Hex6A944A1C0322A5e212c
Octal15222411234062521364154
Binary11010101001010010010101110001100101010101011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,148,74); }

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

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

 a { background-color: rgb(106,148,74); }

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

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

 span { border-color: rgb(106,148,74); }

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