#60927F

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

Shades of Patina #60927F

Tints of Patina #60927F

Color information

#60927F (or 0x60927F) is unknown color: approx Patina. HEX triplet: 60, 92 and 7F. RGB value is (96,146,127). Sum of RGB (Red+Green+Blue) = 96+146+127=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #60927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60927F is #9F6D80. Grayscale: #808080. Windows color (decimal): -10448257 or 8360544. OLE color: 8360544.

HSL color Cylindrical-coordinate representation of color #60927F: hue angle of 157.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60927F is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB96146127-
CMYK0.3400.130.43
HSL157.2º20.66%47.45%-
HSV(B)157.2º34.25%57.25%-
XYZ18.9324.5823.82-
YUV128.88126.94104.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 127 (50% from 255) = 34.42%
R=26.02%
G=39.57%
B=34.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461270.3400.130.43157.220.6647.45
Hex60927F220D2B9d152f
Octal14022217742015532352557
Binary1100000100100101111111100010011011010111001110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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