#60967F

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

Shades of Patina #60967F

Tints of Patina #60967F

Color information

#60967F (or 0x60967F) is unknown color: approx Patina. HEX triplet: 60, 96 and 7F. RGB value is (96,150,127). Sum of RGB (Red+Green+Blue) = 96+150+127=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #60967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60967F is #9F6980. Grayscale: #838383. Windows color (decimal): -10447233 or 8361568. OLE color: 8361568.

HSL color Cylindrical-coordinate representation of color #60967F: hue angle of 154.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60967F is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB96150127-
CMYK0.3600.150.41
HSL154.44º21.95%48.24%-
HSV(B)154.44º36%58.82%-
XYZ19.5625.8324.03-
YUV131.23125.61102.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 127 (50% from 255) = 34.05%
R=25.74%
G=40.21%
B=34.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501270.3600.150.41154.4421.9548.24
Hex60967F240F299a1630
Octal14022617744017512322660
Binary1100000100101101111111100100011111010011001101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60967F; }

 p { color: rgb(96,150,127); }

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

<style>
 a { background-color: #60967F; }

 a { background-color: rgb(96,150,127); }

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

<style>
 span { border-color: #60967F; }

 span { border-color: rgb(96,150,127); }

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