#60987B

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

Shades of Patina #60987B

Tints of Patina #60987B

Color information

#60987B (or 0x60987B) is unknown color: approx Patina. HEX triplet: 60, 98 and 7B. RGB value is (96,152,123). Sum of RGB (Red+Green+Blue) = 96+152+123=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #60987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60987B is #9F6784. Grayscale: #848484. Windows color (decimal): -10446725 or 8099936. OLE color: 8099936.

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

Color convert

RGB96152123-
CMYK0.3700.190.40
HSL148.93º22.58%48.63%-
HSV(B)148.93º36.84%59.61%-
XYZ19.6326.3722.79-
YUV131.95122.95102.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=25.88%
G=40.97%
B=33.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961521230.3700.190.40148.9322.5848.63
Hex60987B2501328951731
Octal14023017345023502252761
Binary11000001001100011110111001010100111010001001010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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