#60977B

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

Shades of Patina #60977B

Tints of Patina #60977B

Color information

#60977B (or 0x60977B) is unknown color: approx Patina. HEX triplet: 60, 97 and 7B. RGB value is (96,151,123). Sum of RGB (Red+Green+Blue) = 96+151+123=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #60977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60977B is #9F6884. Grayscale: #838383. Windows color (decimal): -10446981 or 8099680. OLE color: 8099680.

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

Color convert

RGB96151123-
CMYK0.3600.190.41
HSL149.45º22.27%48.43%-
HSV(B)149.45º36.42%59.22%-
XYZ19.4726.0522.74-
YUV131.36123.28102.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=25.95%
G=40.81%
B=33.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961511230.3600.190.41149.4522.2748.43
Hex60977B2401329951630
Octal14022717344023512252660
Binary11000001001011111110111001000100111010011001010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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