#609F8E

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

Shades of Patina #609F8E

Tints of Patina #609F8E

Color information

#609F8E (or 0x609F8E) is unknown color: approx Patina. HEX triplet: 60, 9F and 8E. RGB value is (96,159,142). Sum of RGB (Red+Green+Blue) = 96+159+142=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #609F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609F8E is #9F6071. Grayscale: #8A8A8A. Windows color (decimal): -10444914 or 9346912. OLE color: 9346912.

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

Color convert

RGB96159142-
CMYK0.4000.110.38
HSL163.81º24.71%50%-
HSV(B)163.81º39.62%62.35%-
XYZ22.129.2430.07-
YUV138.22130.1397.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=24.18%
G=40.05%
B=35.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591420.4000.110.38163.8124.7150
Hex609F8E280B26a41932
Octal14023721650013462443162
Binary11000001001111110001110101000010111001101010010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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