#5F967E

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

Shades of Patina #5F967E

Tints of Patina #5F967E

Color information

#5F967E (or 0x5F967E) is unknown color: approx Patina. HEX triplet: 5F, 96 and 7E. RGB value is (95,150,126). Sum of RGB (Red+Green+Blue) = 95+150+126=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #5F967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F967E is #A06981. Grayscale: #828282. Windows color (decimal): -10512770 or 8296031. OLE color: 8296031.

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

Color convert

RGB95150126-
CMYK0.3700.160.41
HSL153.82º22.45%48.04%-
HSV(B)153.82º36.67%58.82%-
XYZ19.3925.7523.69-
YUV130.82125.28102.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=25.61%
G=40.43%
B=33.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal951501260.3700.160.41153.8222.4548.04
Hex5F967E25010299a1630
Octal13722617645020512322660
Binary10111111001011011111101001010100001010011001101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F967E; }

 p { color: rgb(95,150,126); }

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

<style>
 a { background-color: #5F967E; }

 a { background-color: rgb(95,150,126); }

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

<style>
 span { border-color: #5F967E; }

 span { border-color: rgb(95,150,126); }

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