#5F8673

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

Shades of Cutty Sark #5F8673

Tints of Cutty Sark #5F8673

Color information

#5F8673 (or 0x5F8673) is unknown color: approx Cutty Sark. HEX triplet: 5F, 86 and 73. RGB value is (95,134,115). Sum of RGB (Red+Green+Blue) = 95+134+115=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8673 is #A0798C. Grayscale: #787878. Windows color (decimal): -10516877 or 7571039. OLE color: 7571039.

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

Color convert

RGB95134115-
CMYK0.2900.140.47
HSL150.77º17.03%44.9%-
HSV(B)150.77º29.1%52.55%-
XYZ16.3420.7219.36-
YUV120.17125.08110.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.62%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=27.62%
G=38.95%
B=33.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341150.2900.140.47150.7717.0344.9
Hex5F86731D0E2F97112d
Octal13720616335016572272155
Binary101111110000110111001111101011101011111001011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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