#6A954C

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

Shades of Glade Green #6A954C

Tints of Glade Green #6A954C

Color information

#6A954C (or 0x6A954C) is unknown color: approx Glade Green. HEX triplet: 6A, 95 and 4C. RGB value is (106,149,76). Sum of RGB (Red+Green+Blue) = 106+149+76=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #6A954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A954C is #956AB3. Grayscale: #808080. Windows color (decimal): -9792180 or 5018986. OLE color: 5018986.

HSL color Cylindrical-coordinate representation of color #6A954C: hue angle of 95.34º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A954C is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB10614976-
CMYK0.2900.490.42
HSL95.34º32.44%44.12%-
HSV(B)95.34º48.99%58.43%-
XYZ1825.0810.73-
YUV127.8298.75112.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=32.02%
G=45.02%
B=22.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106149760.2900.490.4295.3432.4444.12
Hex6A954C1D0312A5f202c
Octal15222511435061521374054
Binary11010101001010110011001110101100011010101011111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,149,76); }

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

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

 a { background-color: rgb(106,149,76); }

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

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

 span { border-color: rgb(106,149,76); }

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