#60987A

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

Shades of Patina #60987A

Tints of Patina #60987A

Color information

#60987A (or 0x60987A) is unknown color: approx Patina. HEX triplet: 60, 98 and 7A. RGB value is (96,152,122). Sum of RGB (Red+Green+Blue) = 96+152+122=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #60987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60987A is #9F6785. Grayscale: #838383. Windows color (decimal): -10446726 or 8034400. OLE color: 8034400.

HSL color Cylindrical-coordinate representation of color #60987A: hue angle of 147.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60987A is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB96152122-
CMYK0.3700.200.40
HSL147.86º22.58%48.63%-
HSV(B)147.86º36.84%59.61%-
XYZ19.5626.3522.47-
YUV131.84122.45102.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=25.95%
G=41.08%
B=32.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961521220.3700.200.40147.8622.5848.63
Hex60987A2501428941731
Octal14023017245024502242761
Binary11000001001100011110101001010101001010001001010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60987A; }

 p { color: rgb(96,152,122); }

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

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

 a { background-color: rgb(96,152,122); }

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

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

 span { border-color: rgb(96,152,122); }

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