#608B80

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

Shades of Patina #608B80

Tints of Patina #608B80

Color information

#608B80 (or 0x608B80) is unknown color: approx Patina. HEX triplet: 60, 8B and 80. RGB value is (96,139,128). Sum of RGB (Red+Green+Blue) = 96+139+128=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #608B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B80 is #9F747F. Grayscale: #7C7C7C. Windows color (decimal): -10450048 or 8424288. OLE color: 8424288.

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

Color convert

RGB96139128-
CMYK0.3100.080.45
HSL164.65º18.3%46.08%-
HSV(B)164.65º30.94%54.51%-
XYZ17.9522.5123.82-
YUV124.89129.75107.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=26.45%
G=38.29%
B=35.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391280.3100.080.45164.6518.346.08
Hex608B801F082Da5122e
Octal14021320037010552452256
Binary1100000100010111000000011111010001011011010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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