#607B50

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

Shades of Glade Green #607B50

Tints of Glade Green #607B50

Color information

#607B50 (or 0x607B50) is unknown color: approx Glade Green. HEX triplet: 60, 7B and 50. RGB value is (96,123,80). Sum of RGB (Red+Green+Blue) = 96+123+80=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #607B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B50 is #9F84AF. Grayscale: #6E6E6E. Windows color (decimal): -10454192 or 5274464. OLE color: 5274464.

HSL color Cylindrical-coordinate representation of color #607B50: hue angle of 97.67º 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 #607B50 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB9612380-
CMYK0.2200.350.52
HSL97.67º21.18%39.8%-
HSV(B)97.67º34.96%48.24%-
XYZ13.3517.2310.21-
YUV110.02111.05118-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=32.11%
G=41.14%
B=26.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96123800.2200.350.5297.6721.1839.8
Hex607B501602334621528
Octal14017312026043641422550
Binary110000011110111010000101100100011110100110001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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