#609F92

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

Shades of Patina #609F92

Tints of Patina #609F92

Color information

#609F92 (or 0x609F92) is unknown color: approx Patina. HEX triplet: 60, 9F and 92. RGB value is (96,159,146). Sum of RGB (Red+Green+Blue) = 96+159+146=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #609F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609F92 is #9F606D. Grayscale: #8A8A8A. Windows color (decimal): -10444910 or 9609056. OLE color: 9609056.

HSL color Cylindrical-coordinate representation of color #609F92: hue angle of 167.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #609F92 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB96159146-
CMYK0.4000.080.38
HSL167.62º24.71%50%-
HSV(B)167.62º39.62%62.35%-
XYZ22.4129.3631.68-
YUV138.68132.1397.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=23.94%
G=39.65%
B=36.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591460.4000.080.38167.6224.7150
Hex609F92280826a81932
Octal14023722250010462503162
Binary11000001001111110010010101000010001001101010100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609F92; }

 p { color: rgb(96,159,146); }

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

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

 a { background-color: rgb(96,159,146); }

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

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

 span { border-color: rgb(96,159,146); }

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