#609086

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

Shades of Patina #609086

Tints of Patina #609086

Color information

#609086 (or 0x609086) is unknown color: approx Patina. HEX triplet: 60, 90 and 86. RGB value is (96,144,134). Sum of RGB (Red+Green+Blue) = 96+144+134=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #609086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609086 is #9F6F79. Grayscale: #808080. Windows color (decimal): -10448762 or 8818784. OLE color: 8818784.

HSL color Cylindrical-coordinate representation of color #609086: hue angle of 167.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609086 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB96144134-
CMYK0.3300.070.44
HSL167.5º20%47.06%-
HSV(B)167.5º33.33%56.47%-
XYZ19.124.1526.21-
YUV128.51131.1104.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=25.67%
G=38.50%
B=35.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441340.3300.070.44167.52047.06
Hex60908621072Ca8142f
Octal1402202064107542502457
Binary1100000100100001000011010000101111011001010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609086; }

 p { color: rgb(96,144,134); }

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

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

 a { background-color: rgb(96,144,134); }

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

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

 span { border-color: rgb(96,144,134); }

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