#5F8679

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

Shades of Cutty Sark #5F8679

Tints of Cutty Sark #5F8679

Color information

#5F8679 (or 0x5F8679) is unknown color: approx Cutty Sark. HEX triplet: 5F, 86 and 79. RGB value is (95,134,121). Sum of RGB (Red+Green+Blue) = 95+134+121=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #5F8679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8679 is #A07986. Grayscale: #787878. Windows color (decimal): -10516871 or 7964255. OLE color: 7964255.

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

Color convert

RGB95134121-
CMYK0.2900.100.47
HSL160º17.03%44.9%-
HSV(B)160º29.1%52.55%-
XYZ16.720.8621.24-
YUV120.86128.08109.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.14%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=27.14%
G=38.29%
B=34.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341210.2900.100.4716017.0344.9
Hex5F86791D0A2Fa0112d
Octal13720617135012572402155
Binary101111110000110111100111101010101011111010000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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