#5F8A76

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

Shades of Cutty Sark #5F8A76

Tints of Cutty Sark #5F8A76

Color information

#5F8A76 (or 0x5F8A76) is unknown color: approx Cutty Sark. HEX triplet: 5F, 8A and 76. RGB value is (95,138,118). Sum of RGB (Red+Green+Blue) = 95+138+118=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8A76 is #A07589. Grayscale: #7A7A7A. Windows color (decimal): -10515850 or 7768671. OLE color: 7768671.

HSL color Cylindrical-coordinate representation of color #5F8A76: hue angle of 152.09º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F8A76 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB95138118-
CMYK0.3100.140.46
HSL152.09º18.45%45.69%-
HSV(B)152.09º31.16%54.12%-
XYZ17.0821.9220.47-
YUV122.86125.25108.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=27.07%
G=39.32%
B=33.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal951381180.3100.140.46152.0918.4545.69
Hex5F8A761F0E2E98122e
Octal13721216637016562302256
Binary101111110001010111011011111011101011101001100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,138,118); }

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

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

 a { background-color: rgb(95,138,118); }

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

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

 span { border-color: rgb(95,138,118); }

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