#609B85

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

Shades of Patina #609B85

Tints of Patina #609B85

Color information

#609B85 (or 0x609B85) is unknown color: approx Patina. HEX triplet: 60, 9B and 85. RGB value is (96,155,133). Sum of RGB (Red+Green+Blue) = 96+155+133=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #609B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609B85 is #9F647A. Grayscale: #868686. Windows color (decimal): -10445947 or 8756064. OLE color: 8756064.

HSL color Cylindrical-coordinate representation of color #609B85: hue angle of 157.63º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609B85 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB96155133-
CMYK0.3800.140.39
HSL157.63º23.51%49.22%-
HSV(B)157.63º38.06%60.78%-
XYZ20.7827.6226.43-
YUV134.85126.95100.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=25%
G=40.36%
B=34.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961551330.3800.140.39157.6323.5149.22
Hex609B85260E279e1831
Octal14023320546016472363061
Binary11000001001101110000101100110011101001111001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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