Shades of Cutty Sark #5E876F
Tints of Cutty Sark #5E876F
RGB
CMYK
RGB Variations
Color information
#5E876F (or 0x5E876F) is known color: Cutty Sark. HEX triplet: 5E, 87 and 6F. RGB value is (94,135,111). Sum of RGB (Red+Green+Blue) = 94+135+111=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #5E876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E876F is #A17890. Grayscale: #787878. Windows color (decimal): -10582161 or 7309150. OLE color: 7309150.
HSL color Cylindrical-coordinate representation of color #5E876F: hue angle of 144.88º 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 #5E876F is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 111 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.47 |
| HSL | 144.88º | 0.18% | 0.45% | - |
| HSV(B) | 144.88º | 0.3% | 0.53% | - |
| XYZ | 16.15 | 20.86 | 18.21 | - |
| YUV | 120.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 111 | 0.30 | 0 | 0.18 | 0.47 | 144.88 | 0.18 | 0.45 |
| Hex | 5E | 87 | 6F | 1E | 0 | 12 | 2F | 91 | 12 | 2D |
| Octal | 136 | 207 | 157 | 36 | 0 | 22 | 57 | 221 | 22 | 55 |
| Binary | 1011110 | 10000111 | 1101111 | 11110 | 0 | 10010 | 101111 | 10010001 | 10010 | 101101 |
Color Harmonies of #5E876F
Complementary color
Monochromatic Colors of #5E876F
Black with #5E876F
Text Example
Text Example
White with #5E876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E876F; }
p { color: rgb(94,135,111); }
H1.HeaderClassName
{
color: #5E876F;
}
.AnyTagClassName
{
color: #5E876F;
}
</style>
background-color css
<style>
a { background-color: #5E876F; }
a { background-color: rgb(94,135,111); }
div.DivClassName
{
background-color: #5E876F;
}
.BgClassName
{
background-color: #5E876F;
}
</style>
border-color css
<style>
span { border-color: #5E876F; }
span { border-color: rgb(94,135,111); }
td.TdClassName
{
border-color: #5E876F;
}
.TagClassName
{
border-color: #5E876F;
}
</style>