#609D8C

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

Shades of Patina #609D8C

Tints of Patina #609D8C

Color information

#609D8C (or 0x609D8C) is unknown color: approx Patina. HEX triplet: 60, 9D and 8C. RGB value is (96,157,140). Sum of RGB (Red+Green+Blue) = 96+157+140=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #609D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609D8C is #9F6273. Grayscale: #888888. Windows color (decimal): -10445428 or 9215328. OLE color: 9215328.

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

Color convert

RGB96157140-
CMYK0.3900.110.38
HSL163.28º24.11%49.61%-
HSV(B)163.28º38.85%61.57%-
XYZ21.6128.4929.17-
YUV136.82129.7998.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=24.43%
G=39.95%
B=35.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571400.3900.110.38163.2824.1149.61
Hex609D8C270B26a31832
Octal14023521447013462433062
Binary11000001001110110001100100111010111001101010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,157,140); }

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

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

 a { background-color: rgb(96,157,140); }

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

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

 span { border-color: rgb(96,157,140); }

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