#60907B

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

Shades of Patina #60907B

Tints of Patina #60907B

Color information

#60907B (or 0x60907B) is unknown color: approx Patina. HEX triplet: 60, 90 and 7B. RGB value is (96,144,123). Sum of RGB (Red+Green+Blue) = 96+144+123=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #60907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60907B is #9F6F84. Grayscale: #7F7F7F. Windows color (decimal): -10448773 or 8097888. OLE color: 8097888.

HSL color Cylindrical-coordinate representation of color #60907B: hue angle of 153.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60907B is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB96144123-
CMYK0.3300.150.44
HSL153.75º20%47.06%-
HSV(B)153.75º33.33%56.47%-
XYZ18.3723.8622.38-
YUV127.25125.6105.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=26.45%
G=39.67%
B=33.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441230.3300.150.44153.752047.06
Hex60907B210F2C9a142f
Octal14022017341017542322457
Binary1100000100100001111011100001011111011001001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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