#607950

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

Shades of Glade Green #607950

Tints of Glade Green #607950

Color information

#607950 (or 0x607950) is unknown color: approx Glade Green. HEX triplet: 60, 79 and 50. RGB value is (96,121,80). Sum of RGB (Red+Green+Blue) = 96+121+80=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #607950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607950 is #9F86AF. Grayscale: #6C6C6C. Windows color (decimal): -10454704 or 5273952. OLE color: 5273952.

HSL color Cylindrical-coordinate representation of color #607950: hue angle of 96.59º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #607950 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB9612180-
CMYK0.2100.340.53
HSL96.59º20.4%39.41%-
HSV(B)96.59º33.88%47.45%-
XYZ13.1116.7410.13-
YUV108.85111.72118.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=32.32%
G=40.74%
B=26.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96121800.2100.340.5396.5920.439.41
Hex6079501502235611427
Octal14017112025042651412447
Binary110000011110011010000101010100010110101110000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607950; }

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

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

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

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

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

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

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

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