#61814E

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

Shades of Glade Green #61814E

Tints of Glade Green #61814E

Color information

#61814E (or 0x61814E) is unknown color: approx Glade Green. HEX triplet: 61, 81 and 4E. RGB value is (97,129,78). Sum of RGB (Red+Green+Blue) = 97+129+78=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #61814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61814E is #9E7EB1. Grayscale: #717171. Windows color (decimal): -10387122 or 5144929. OLE color: 5144929.

HSL color Cylindrical-coordinate representation of color #61814E: hue angle of 97.65º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61814E is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB9712978-
CMYK0.2500.400.49
HSL97.65º24.64%40.59%-
HSV(B)97.65º39.53%50.59%-
XYZ14.1618.7910.09-
YUV113.62107.9116.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=31.91%
G=42.43%
B=25.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129780.2500.400.4997.6524.6440.59
Hex61814E1902831621929
Octal14120111631050611423151
Binary1100001100000011001110110010101000110001110001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61814E; }

 p { color: rgb(97,129,78); }

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

<style>
 a { background-color: #61814E; }

 a { background-color: rgb(97,129,78); }

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

<style>
 span { border-color: #61814E; }

 span { border-color: rgb(97,129,78); }

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