#608B85

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

Shades of Patina #608B85

Tints of Patina #608B85

Color information

#608B85 (or 0x608B85) is unknown color: approx Patina. HEX triplet: 60, 8B and 85. RGB value is (96,139,133). Sum of RGB (Red+Green+Blue) = 96+139+133=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #608B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B85 is #9F747A. Grayscale: #7D7D7D. Windows color (decimal): -10450043 or 8751968. OLE color: 8751968.

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

Color convert

RGB96139133-
CMYK0.3100.040.45
HSL171.63º18.3%46.08%-
HSV(B)171.63º30.94%54.51%-
XYZ18.2922.6525.6-
YUV125.46132.25106.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.09%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=26.09%
G=37.77%
B=36.14%

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
Decimal961391330.3100.040.45171.6318.346.08
Hex608B851F042Dac122e
Octal1402132053704552542256
Binary110000010001011100001011111101001011011010110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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