#617B50

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

Shades of Glade Green #617B50

Tints of Glade Green #617B50

Color information

#617B50 (or 0x617B50) is unknown color: approx Glade Green. HEX triplet: 61, 7B and 50. RGB value is (97,123,80). Sum of RGB (Red+Green+Blue) = 97+123+80=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #617B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B50 is #9E84AF. Grayscale: #6E6E6E. Windows color (decimal): -10388656 or 5274465. OLE color: 5274465.

HSL color Cylindrical-coordinate representation of color #617B50: hue angle of 96.28º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617B50 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB9712380-
CMYK0.2100.350.52
HSL96.28º21.18%39.8%-
HSV(B)96.28º34.96%48.24%-
XYZ13.4617.2910.22-
YUV110.32110.89118.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=32.33%
G=41%
B=26.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97123800.2100.350.5296.2821.1839.8
Hex617B501502334601528
Octal14117312025043641402550
Binary110000111110111010000101010100011110100110000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617B50; }

 p { color: rgb(97,123,80); }

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

<style>
 a { background-color: #617B50; }

 a { background-color: rgb(97,123,80); }

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

<style>
 span { border-color: #617B50; }

 span { border-color: rgb(97,123,80); }

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