Shades of Cutty Sark #5A876F
Tints of Cutty Sark #5A876F
RGB
CMYK
RGB Variations
Color information
#5A876F (or 0x5A876F) is known color: Cutty Sark. HEX triplet: 5A, 87 and 6F. RGB value is (90,135,111). Sum of RGB (Red+Green+Blue) = 90+135+111=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #5A876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A876F is #A57890. Grayscale: #767676. Windows color (decimal): -10844305 or 7309146. OLE color: 7309146.
HSL color Cylindrical-coordinate representation of color #5A876F: hue angle of 148º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A876F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 111 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.47 |
| HSL | 148º | 0.2% | 0.44% | - |
| HSV(B) | 148º | 0.33% | 0.53% | - |
| XYZ | 15.75 | 20.65 | 18.19 | - |
| YUV | 118.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 111 | 0.33 | 0 | 0.18 | 0.47 | 148 | 0.2 | 0.44 |
| Hex | 5A | 87 | 6F | 21 | 0 | 12 | 2F | 94 | 14 | 2C |
| Octal | 132 | 207 | 157 | 41 | 0 | 22 | 57 | 224 | 24 | 54 |
| Binary | 1011010 | 10000111 | 1101111 | 100001 | 0 | 10010 | 101111 | 10010100 | 10100 | 101100 |
Color Harmonies of #5A876F
Complementary color
Monochromatic Colors of #5A876F
Black with #5A876F
Text Example
Text Example
White with #5A876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A876F; }
p { color: rgb(90,135,111); }
H1.HeaderClassName
{
color: #5A876F;
}
.AnyTagClassName
{
color: #5A876F;
}
</style>
background-color css
<style>
a { background-color: #5A876F; }
a { background-color: rgb(90,135,111); }
div.DivClassName
{
background-color: #5A876F;
}
.BgClassName
{
background-color: #5A876F;
}
</style>
border-color css
<style>
span { border-color: #5A876F; }
span { border-color: rgb(90,135,111); }
td.TdClassName
{
border-color: #5A876F;
}
.TagClassName
{
border-color: #5A876F;
}
</style>