#609C85

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

Shades of Patina #609C85

Tints of Patina #609C85

Color information

#609C85 (or 0x609C85) is unknown color: approx Patina. HEX triplet: 60, 9C and 85. RGB value is (96,156,133). Sum of RGB (Red+Green+Blue) = 96+156+133=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #609C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609C85 is #9F637A. Grayscale: #878787. Windows color (decimal): -10445691 or 8756320. OLE color: 8756320.

HSL color Cylindrical-coordinate representation of color #609C85: hue angle of 157º 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 #609C85 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB96156133-
CMYK0.3800.150.39
HSL157º23.81%49.41%-
HSV(B)157º38.46%61.18%-
XYZ20.9527.9626.48-
YUV135.44126.6299.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=24.94%
G=40.52%
B=34.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961561330.3800.150.3915723.8149.41
Hex609C85260F279d1831
Octal14023420546017472353061
Binary11000001001110010000101100110011111001111001110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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