#608681

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

Shades of Patina #608681

Tints of Patina #608681

Color information

#608681 (or 0x608681) is unknown color: approx Patina. HEX triplet: 60, 86 and 81. RGB value is (96,134,129). Sum of RGB (Red+Green+Blue) = 96+134+129=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #608681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608681 is #9F797E. Grayscale: #7A7A7A. Windows color (decimal): -10451327 or 8488544. OLE color: 8488544.

HSL color Cylindrical-coordinate representation of color #608681: hue angle of 172.11º 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 #608681 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB96134129-
CMYK0.2800.040.47
HSL172.11º16.52%45.1%-
HSV(B)172.11º28.36%52.55%-
XYZ17.3121.1223.93-
YUV122.07131.91109.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.74%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=26.74%
G=37.33%
B=35.93%

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
Decimal961341290.2800.040.47172.1116.5245.1
Hex6086811C042Fac112d
Octal1402062013404572542155
Binary110000010000110100000011110001001011111010110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608681; }

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

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

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

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

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

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

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

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