#608C87

Color #608C87 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #608C87

Tints of Gumbo #608C87

Color information

#608C87 (or 0x608C87) is unknown color: approx Gumbo. HEX triplet: 60, 8C and 87. RGB value is (96,140,135). Sum of RGB (Red+Green+Blue) = 96+140+135=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #608C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C87 is #9F7378. Grayscale: #7E7E7E. Windows color (decimal): -10449785 or 8883296. OLE color: 8883296.

HSL color Cylindrical-coordinate representation of color #608C87: hue angle of 173.18º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608C87 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB96140135-
CMYK0.3100.040.45
HSL173.18º18.64%46.27%-
HSV(B)173.18º31.43%54.9%-
XYZ18.5822.9926.38-
YUV126.27132.92106.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=25.88%
G=37.74%
B=36.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961401350.3100.040.45173.1818.6446.27
Hex608C871F042Dad132e
Octal1402142073704552552356
Binary110000010001100100001111111101001011011010110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608C87; }

 p { color: rgb(96,140,135); }

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

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

 a { background-color: rgb(96,140,135); }

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

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

 span { border-color: rgb(96,140,135); }

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