#609687

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

Shades of Patina #609687

Tints of Patina #609687

Color information

#609687 (or 0x609687) is unknown color: approx Patina. HEX triplet: 60, 96 and 87. RGB value is (96,150,135). Sum of RGB (Red+Green+Blue) = 96+150+135=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #609687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609687 is #9F6978. Grayscale: #848484. Windows color (decimal): -10447225 or 8885856. OLE color: 8885856.

HSL color Cylindrical-coordinate representation of color #609687: hue angle of 163.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609687 is Cyan = 0.36, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB96150135-
CMYK0.3600.10.41
HSL163.33º21.95%48.24%-
HSV(B)163.33º36%58.82%-
XYZ20.126.0526.89-
YUV132.14129.61102.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=25.20%
G=39.37%
B=35.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501350.3600.10.41163.3321.9548.24
Hex609687240A29a31630
Octal14022620744012512432660
Binary11000001001011010000111100100010101010011010001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609687; }

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

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

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

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

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

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

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

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