#608B81

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

Shades of Patina #608B81

Tints of Patina #608B81

Color information

#608B81 (or 0x608B81) is unknown color: approx Patina. HEX triplet: 60, 8B and 81. RGB value is (96,139,129). Sum of RGB (Red+Green+Blue) = 96+139+129=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #608B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B81 is #9F747E. Grayscale: #7C7C7C. Windows color (decimal): -10450047 or 8489824. OLE color: 8489824.

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

Color convert

RGB96139129-
CMYK0.3100.070.45
HSL166.05º18.3%46.08%-
HSV(B)166.05º30.94%54.51%-
XYZ18.0222.5424.17-
YUV125130.25107.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=26.37%
G=38.19%
B=35.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391290.3100.070.45166.0518.346.08
Hex608B811F072Da6122e
Octal1402132013707552462256
Binary110000010001011100000011111101111011011010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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