#5F8872

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

Shades of Cutty Sark #5F8872

Tints of Cutty Sark #5F8872

Color information

#5F8872 (or 0x5F8872) is unknown color: approx Cutty Sark. HEX triplet: 5F, 88 and 72. RGB value is (95,136,114). Sum of RGB (Red+Green+Blue) = 95+136+114=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8872 is #A0778D. Grayscale: #797979. Windows color (decimal): -10516366 or 7506015. OLE color: 7506015.

HSL color Cylindrical-coordinate representation of color #5F8872: hue angle of 147.8º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F8872 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB95136114-
CMYK0.3000.160.47
HSL147.8º17.75%45.29%-
HSV(B)147.8º30.15%53.33%-
XYZ16.5621.2619.15-
YUV121.23123.92109.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.54%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=27.54%
G=39.42%
B=33.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951361140.3000.160.47147.817.7545.29
Hex5F88721E0102F94122d
Octal13721016236020572242255
Binary1011111100010001110010111100100001011111001010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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