#5F8671

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

Shades of Cutty Sark #5F8671

Tints of Cutty Sark #5F8671

Color information

#5F8671 (or 0x5F8671) is unknown color: approx Cutty Sark. HEX triplet: 5F, 86 and 71. RGB value is (95,134,113). Sum of RGB (Red+Green+Blue) = 95+134+113=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8671 is #A0798E. Grayscale: #777777. Windows color (decimal): -10516879 or 7439967. OLE color: 7439967.

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

Color convert

RGB95134113-
CMYK0.2900.160.47
HSL147.69º17.03%44.9%-
HSV(B)147.69º29.1%52.55%-
XYZ16.2320.6818.76-
YUV119.94124.08110.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=27.78%
G=39.18%
B=33.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341130.2900.160.47147.6917.0344.9
Hex5F86711D0102F94112d
Octal13720616135020572242155
Binary1011111100001101110001111010100001011111001010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,113); }

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

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

 a { background-color: rgb(95,134,113); }

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

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

 span { border-color: rgb(95,134,113); }

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