#60977F

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

Shades of Patina #60977F

Tints of Patina #60977F

Color information

#60977F (or 0x60977F) is unknown color: approx Patina. HEX triplet: 60, 97 and 7F. RGB value is (96,151,127). Sum of RGB (Red+Green+Blue) = 96+151+127=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #60977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60977F is #9F6880. Grayscale: #838383. Windows color (decimal): -10446977 or 8361824. OLE color: 8361824.

HSL color Cylindrical-coordinate representation of color #60977F: hue angle of 153.82º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60977F is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB96151127-
CMYK0.3600.160.41
HSL153.82º22.27%48.43%-
HSV(B)153.82º36.42%59.22%-
XYZ19.7226.1524.09-
YUV131.82125.28102.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 127 (50% from 255) = 33.96%
R=25.67%
G=40.37%
B=33.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961511270.3600.160.41153.8222.2748.43
Hex60977F24010299a1630
Octal14022717744020512322660
Binary11000001001011111111111001000100001010011001101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60977F; }

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

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

<style>
 a { background-color: #60977F; }

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

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

<style>
 span { border-color: #60977F; }

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

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