#608B87

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

Shades of Gumbo #608B87

Tints of Gumbo #608B87

Color information

#608B87 (or 0x608B87) is unknown color: approx Gumbo. HEX triplet: 60, 8B and 87. RGB value is (96,139,135). Sum of RGB (Red+Green+Blue) = 96+139+135=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #608B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B87 is #9F7478. Grayscale: #7D7D7D. Windows color (decimal): -10450041 or 8883040. OLE color: 8883040.

HSL color Cylindrical-coordinate representation of color #608B87: hue angle of 174.42º degrees, saturation: 0.18, 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 #608B87 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB96139135-
CMYK0.3100.030.45
HSL174.42º18.3%46.08%-
HSV(B)174.42º30.94%54.51%-
XYZ18.4322.726.33-
YUV125.69133.25106.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=25.95%
G=37.57%
B=36.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391350.3100.030.45174.4218.346.08
Hex608B871F032Dae122e
Octal1402132073703552562256
Binary11000001000101110000111111110111011011010111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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