#5F877F

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

Shades of Patina #5F877F

Tints of Patina #5F877F

Color information

#5F877F (or 0x5F877F) is unknown color: approx Patina. HEX triplet: 5F, 87 and 7F. RGB value is (95,135,127). Sum of RGB (Red+Green+Blue) = 95+135+127=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #5F877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F877F is #A07880. Grayscale: #7A7A7A. Windows color (decimal): -10516609 or 8357727. OLE color: 8357727.

HSL color Cylindrical-coordinate representation of color #5F877F: hue angle of 168º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F877F is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB95135127-
CMYK0.3000.060.47
HSL168º17.39%45.1%-
HSV(B)168º29.63%52.94%-
XYZ17.2121.2923.28-
YUV122.13130.75108.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.61%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 127 (50% from 255) = 35.57%
R=26.61%
G=37.82%
B=35.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951351270.3000.060.4716817.3945.1
Hex5F877F1E062Fa8112d
Octal1372071773606572502155
Binary10111111000011111111111111001101011111010100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,135,127); }

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

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

 a { background-color: rgb(95,135,127); }

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

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

 span { border-color: rgb(95,135,127); }

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