#608782

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

Shades of Patina #608782

Tints of Patina #608782

Color information

#608782 (or 0x608782) is unknown color: approx Patina. HEX triplet: 60, 87 and 82. RGB value is (96,135,130). Sum of RGB (Red+Green+Blue) = 96+135+130=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #608782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608782 is #9F787D. Grayscale: #7A7A7A. Windows color (decimal): -10451070 or 8554336. OLE color: 8554336.

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

Color convert

RGB96135130-
CMYK0.2900.040.47
HSL172.31º16.88%45.29%-
HSV(B)172.31º28.89%52.94%-
XYZ17.5221.4324.33-
YUV122.77132.08108.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.59%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=26.59%
G=37.40%
B=36.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351300.2900.040.47172.3116.8845.29
Hex6087821D042Fac112d
Octal1402072023504572542155
Binary110000010000111100000101110101001011111010110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608782; }

 p { color: rgb(96,135,130); }

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

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

 a { background-color: rgb(96,135,130); }

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

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

 span { border-color: rgb(96,135,130); }

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