#60917A

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

Shades of Patina #60917A

Tints of Patina #60917A

Color information

#60917A (or 0x60917A) is unknown color: approx Patina. HEX triplet: 60, 91 and 7A. RGB value is (96,145,122). Sum of RGB (Red+Green+Blue) = 96+145+122=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #60917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60917A is #9F6E85. Grayscale: #7F7F7F. Windows color (decimal): -10448518 or 8032608. OLE color: 8032608.

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

Color convert

RGB96145122-
CMYK0.3400.160.43
HSL151.84º20.33%47.25%-
HSV(B)151.84º33.79%56.86%-
XYZ18.4624.1422.1-
YUV127.73124.77105.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=26.45%
G=39.94%
B=33.61%

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
Decimal961451220.3400.160.43151.8420.3347.25
Hex60917A220102B98142f
Octal14022117242020532302457
Binary11000001001000111110101000100100001010111001100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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