#608056

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

Shades of Glade Green #608056

Tints of Glade Green #608056

Color information

#608056 (or 0x608056) is unknown color: approx Glade Green. HEX triplet: 60, 80 and 56. RGB value is (96,128,86). Sum of RGB (Red+Green+Blue) = 96+128+86=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #608056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608056 is #9F7FA9. Grayscale: #717171. Windows color (decimal): -10452906 or 5668960. OLE color: 5668960.

HSL color Cylindrical-coordinate representation of color #608056: hue angle of 105.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608056 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB9612886-
CMYK0.2500.330.50
HSL105.71º19.63%41.96%-
HSV(B)105.71º32.81%50.2%-
XYZ14.2218.611.64-
YUV113.64112.4115.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=30.97%
G=41.29%
B=27.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96128860.2500.330.50105.7119.6341.96
Hex60805619021326a142a
Octal14020012631041621522452
Binary1100000100000001010110110010100001110010110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608056; }

 p { color: rgb(96,128,86); }

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

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

 a { background-color: rgb(96,128,86); }

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

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

 span { border-color: rgb(96,128,86); }

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