#5F8676

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

Shades of Cutty Sark #5F8676

Tints of Cutty Sark #5F8676

Color information

#5F8676 (or 0x5F8676) is unknown color: approx Cutty Sark. HEX triplet: 5F, 86 and 76. RGB value is (95,134,118). Sum of RGB (Red+Green+Blue) = 95+134+118=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8676 is #A07989. Grayscale: #787878. Windows color (decimal): -10516874 or 7767647. OLE color: 7767647.

HSL color Cylindrical-coordinate representation of color #5F8676: hue angle of 155.38º 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 #5F8676 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB95134118-
CMYK0.2900.120.47
HSL155.38º17.03%44.9%-
HSV(B)155.38º29.1%52.55%-
XYZ16.5120.7920.28-
YUV120.52126.58109.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=27.38%
G=38.62%
B=34.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341180.2900.120.47155.3817.0344.9
Hex5F86761D0C2F9b112d
Octal13720616635014572332155
Binary101111110000110111011011101011001011111001101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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