#60988A

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

Shades of Patina #60988A

Tints of Patina #60988A

Color information

#60988A (or 0x60988A) is unknown color: approx Patina. HEX triplet: 60, 98 and 8A. RGB value is (96,152,138). Sum of RGB (Red+Green+Blue) = 96+152+138=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #60988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60988A is #9F6775. Grayscale: #858585. Windows color (decimal): -10446710 or 9082976. OLE color: 9082976.

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

Color convert

RGB96152138-
CMYK0.3700.090.40
HSL165º22.58%48.63%-
HSV(B)165º36.84%59.61%-
XYZ20.6426.7828.13-
YUV133.66130.45101.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=24.87%
G=39.38%
B=35.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961521380.3700.090.4016522.5848.63
Hex60988A250928a51731
Octal14023021245011502452761
Binary11000001001100010001010100101010011010001010010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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