#609D7F

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

Shades of Patina #609D7F

Tints of Patina #609D7F

Color information

#609D7F (or 0x609D7F) is unknown color: approx Patina. HEX triplet: 60, 9D and 7F. RGB value is (96,157,127). Sum of RGB (Red+Green+Blue) = 96+157+127=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #609D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D7F is #9F6280. Grayscale: #878787. Windows color (decimal): -10445441 or 8363360. OLE color: 8363360.

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

Color convert

RGB96157127-
CMYK0.3900.190.38
HSL150.49º24.11%49.61%-
HSV(B)150.49º38.85%61.57%-
XYZ20.7128.1324.42-
YUV135.34123.2999.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 157 (61.72% from 255) = 41.32%
BLUE value IS 127 (50% from 255) = 33.42%
R=25.26%
G=41.32%
B=33.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571270.3900.190.38150.4924.1149.61
Hex609D7F2701326961832
Octal14023517747023462263062
Binary11000001001110111111111001110100111001101001011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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