#609D8D

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

Shades of Patina #609D8D

Tints of Patina #609D8D

Color information

#609D8D (or 0x609D8D) is unknown color: approx Patina. HEX triplet: 60, 9D and 8D. RGB value is (96,157,141). Sum of RGB (Red+Green+Blue) = 96+157+141=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #609D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609D8D is #9F6272. Grayscale: #888888. Windows color (decimal): -10445427 or 9280864. OLE color: 9280864.

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

Color convert

RGB96157141-
CMYK0.3900.100.38
HSL164.26º24.11%49.61%-
HSV(B)164.26º38.85%61.57%-
XYZ21.6928.5229.56-
YUV136.94130.2998.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=24.37%
G=39.85%
B=35.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571410.3900.100.38164.2624.1149.61
Hex609D8D270A26a41832
Octal14023521547012462443062
Binary11000001001110110001101100111010101001101010010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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