#60927A

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

Shades of Patina #60927A

Tints of Patina #60927A

Color information

#60927A (or 0x60927A) is unknown color: approx Patina. HEX triplet: 60, 92 and 7A. RGB value is (96,146,122). Sum of RGB (Red+Green+Blue) = 96+146+122=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #60927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60927A is #9F6D85. Grayscale: #808080. Windows color (decimal): -10448262 or 8032864. OLE color: 8032864.

HSL color Cylindrical-coordinate representation of color #60927A: hue angle of 151.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 #60927A is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB96146122-
CMYK0.3400.160.43
HSL151.2º20.66%47.45%-
HSV(B)151.2º34.25%57.25%-
XYZ18.6224.4522.15-
YUV128.31124.44104.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=26.37%
G=40.11%
B=33.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461220.3400.160.43151.220.6647.45
Hex60927A220102B97152f
Octal14022217242020532272557
Binary11000001001001011110101000100100001010111001011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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