#60947B

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

Shades of Patina #60947B

Tints of Patina #60947B

Color information

#60947B (or 0x60947B) is unknown color: approx Patina. HEX triplet: 60, 94 and 7B. RGB value is (96,148,123). Sum of RGB (Red+Green+Blue) = 96+148+123=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #60947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60947B is #9F6B84. Grayscale: #818181. Windows color (decimal): -10447749 or 8098912. OLE color: 8098912.

HSL color Cylindrical-coordinate representation of color #60947B: hue angle of 151.15º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60947B is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB96148123-
CMYK0.3500.170.42
HSL151.15º21.31%47.84%-
HSV(B)151.15º35.14%58.04%-
XYZ18.9925.122.58-
YUV129.6124.27104.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=26.16%
G=40.33%
B=33.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961481230.3500.170.42151.1521.3147.84
Hex60947B230112A971530
Octal14022417343021522272560
Binary11000001001010011110111000110100011010101001011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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