#608680

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

Shades of Patina #608680

Tints of Patina #608680

Color information

#608680 (or 0x608680) is unknown color: approx Patina. HEX triplet: 60, 86 and 80. RGB value is (96,134,128). Sum of RGB (Red+Green+Blue) = 96+134+128=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #608680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608680 is #9F797F. Grayscale: #797979. Windows color (decimal): -10451328 or 8423008. OLE color: 8423008.

HSL color Cylindrical-coordinate representation of color #608680: hue angle of 170.53º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608680 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB96134128-
CMYK0.2800.040.47
HSL170.53º16.52%45.1%-
HSV(B)170.53º28.36%52.55%-
XYZ17.2521.123.58-
YUV121.95131.41109.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 128 (50.39% from 255) = 35.75%
R=26.82%
G=37.43%
B=35.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341280.2800.040.47170.5316.5245.1
Hex6086801C042Fab112d
Octal1402062003404572532155
Binary110000010000110100000001110001001011111010101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608680; }

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

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

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

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

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

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

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

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