#5F8672

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

Shades of Cutty Sark #5F8672

Tints of Cutty Sark #5F8672

Color information

#5F8672 (or 0x5F8672) is unknown color: approx Cutty Sark. HEX triplet: 5F, 86 and 72. RGB value is (95,134,114). Sum of RGB (Red+Green+Blue) = 95+134+114=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8672 is #A0798D. Grayscale: #787878. Windows color (decimal): -10516878 or 7505503. OLE color: 7505503.

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

Color convert

RGB95134114-
CMYK0.2900.150.47
HSL149.23º17.03%44.9%-
HSV(B)149.23º29.1%52.55%-
XYZ16.2820.719.06-
YUV120.06124.58110.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=27.70%
G=39.07%
B=33.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341140.2900.150.47149.2317.0344.9
Hex5F86721D0F2F95112d
Octal13720616235017572252155
Binary101111110000110111001011101011111011111001010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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