#5F7F70

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

Shades of Cutty Sark #5F7F70

Tints of Cutty Sark #5F7F70

Color information

#5F7F70 (or 0x5F7F70) is unknown color: approx Cutty Sark. HEX triplet: 5F, 7F and 70. RGB value is (95,127,112). Sum of RGB (Red+Green+Blue) = 95+127+112=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F70 is #A0808F. Grayscale: #737373. Windows color (decimal): -10518672 or 7372639. OLE color: 7372639.

HSL color Cylindrical-coordinate representation of color #5F7F70: hue angle of 151.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7F70 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB95127112-
CMYK0.2500.120.50
HSL151.88º14.41%43.53%-
HSV(B)151.88º25.2%49.8%-
XYZ15.2318.7818.15-
YUV115.72125.9113.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.44%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=28.44%
G=38.02%
B=33.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal951271120.2500.120.50151.8814.4143.53
Hex5F7F70190C3298e2c
Octal13717716031014622301654
Binary1011111111111111100001100101100110010100110001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,127,112); }

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

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

 a { background-color: rgb(95,127,112); }

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

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

 span { border-color: rgb(95,127,112); }

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