#5F8376

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

Shades of Cutty Sark #5F8376

Tints of Cutty Sark #5F8376

Color information

#5F8376 (or 0x5F8376) is unknown color: approx Cutty Sark. HEX triplet: 5F, 83 and 76. RGB value is (95,131,118). Sum of RGB (Red+Green+Blue) = 95+131+118=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #5F8376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8376 is #A07C89. Grayscale: #767676. Windows color (decimal): -10517642 or 7766879. OLE color: 7766879.

HSL color Cylindrical-coordinate representation of color #5F8376: hue angle of 158.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F8376 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB95131118-
CMYK0.2700.100.49
HSL158.33º15.93%44.31%-
HSV(B)158.33º27.48%51.37%-
XYZ16.1119.9720.15-
YUV118.75127.57111.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.62%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=27.62%
G=38.08%
B=34.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951311180.2700.100.49158.3315.9344.31
Hex5F83761B0A319e102c
Octal13720316633012612362054
Binary101111110000011111011011011010101100011001111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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