#609985

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

Shades of Patina #609985

Tints of Patina #609985

Color information

#609985 (or 0x609985) is unknown color: approx Patina. HEX triplet: 60, 99 and 85. RGB value is (96,153,133). Sum of RGB (Red+Green+Blue) = 96+153+133=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #609985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609985 is #9F667A. Grayscale: #858585. Windows color (decimal): -10446459 or 8755552. OLE color: 8755552.

HSL color Cylindrical-coordinate representation of color #609985: hue angle of 158.95º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609985 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB96153133-
CMYK0.3700.130.4
HSL158.95º22.89%48.82%-
HSV(B)158.95º37.25%60%-
XYZ20.4526.9626.32-
YUV133.68127.62101.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 133 (52.34% from 255) = 34.82%
R=25.13%
G=40.05%
B=34.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531330.3700.130.4158.9522.8948.82
Hex609985250D289f1731
Octal14023120545015502372761
Binary11000001001100110000101100101011011010001001111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609985; }

 p { color: rgb(96,153,133); }

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

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

 a { background-color: rgb(96,153,133); }

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

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

 span { border-color: rgb(96,153,133); }

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