#60998A

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

Shades of Patina #60998A

Tints of Patina #60998A

Color information

#60998A (or 0x60998A) is unknown color: approx Patina. HEX triplet: 60, 99 and 8A. RGB value is (96,153,138). Sum of RGB (Red+Green+Blue) = 96+153+138=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #60998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60998A is #9F6675. Grayscale: #868686. Windows color (decimal): -10446454 or 9083232. OLE color: 9083232.

HSL color Cylindrical-coordinate representation of color #60998A: hue angle of 164.21º 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 #60998A is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB96153138-
CMYK0.3700.100.4
HSL164.21º22.89%48.82%-
HSV(B)164.21º37.25%60%-
XYZ20.827.128.18-
YUV134.25130.12100.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=24.81%
G=39.53%
B=35.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531380.3700.100.4164.2122.8948.82
Hex60998A250A28a41731
Octal14023121245012502442761
Binary11000001001100110001010100101010101010001010010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,153,138); }

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

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

 a { background-color: rgb(96,153,138); }

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

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

 span { border-color: rgb(96,153,138); }

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