#61814F

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

Shades of Glade Green #61814F

Tints of Glade Green #61814F

Color information

#61814F (or 0x61814F) is unknown color: approx Glade Green. HEX triplet: 61, 81 and 4F. RGB value is (97,129,79). Sum of RGB (Red+Green+Blue) = 97+129+79=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #61814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61814F is #9E7EB0. Grayscale: #717171. Windows color (decimal): -10387121 or 5210465. OLE color: 5210465.

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

Color convert

RGB9712979-
CMYK0.2500.390.49
HSL98.4º24.04%40.78%-
HSV(B)98.4º38.76%50.59%-
XYZ14.1918.8110.28-
YUV113.73108.4116.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=31.80%
G=42.30%
B=25.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129790.2500.390.4998.424.0440.78
Hex61814F1902731621829
Octal14120111731047611423051
Binary1100001100000011001111110010100111110001110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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