#60907D

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

Shades of Patina #60907D

Tints of Patina #60907D

Color information

#60907D (or 0x60907D) is unknown color: approx Patina. HEX triplet: 60, 90 and 7D. RGB value is (96,144,125). Sum of RGB (Red+Green+Blue) = 96+144+125=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #60907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60907D is #9F6F82. Grayscale: #7F7F7F. Windows color (decimal): -10448771 or 8228960. OLE color: 8228960.

HSL color Cylindrical-coordinate representation of color #60907D: hue angle of 156.25º 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 #60907D is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB96144125-
CMYK0.3300.130.44
HSL156.25º20%47.06%-
HSV(B)156.25º33.33%56.47%-
XYZ18.523.9123.04-
YUV127.48126.6105.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=26.30%
G=39.45%
B=34.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441250.3300.130.44156.252047.06
Hex60907D210D2C9c142f
Octal14022017541015542342457
Binary1100000100100001111101100001011011011001001110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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