Shades of Ocean Green #5AAC77
Tints of Ocean Green #5AAC77
RGB
CMYK
RGB Variations
Color information
#5AAC77 (or 0x5AAC77) is known color: Ocean Green. HEX triplet: 5A, AC and 77. RGB value is (90,172,119). Sum of RGB (Red+Green+Blue) = 90+172+119=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC77 is #A55388. Grayscale: #8D8D8D. Windows color (decimal): -10834825 or 7842906. OLE color: 7842906.
HSL color Cylindrical-coordinate representation of color #5AAC77: hue angle of 141.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAC77 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 119 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.33 |
| HSL | 141.22º | 0.33% | 0.51% | - |
| HSV(B) | 141.22º | 0.48% | 0.67% | - |
| XYZ | 22.3 | 33.01 | 22.65 | - |
| YUV | 141.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 119 | 0.48 | 0 | 0.31 | 0.33 | 141.22 | 0.33 | 0.51 |
| Hex | 5A | AC | 77 | 30 | 0 | 1F | 21 | 8D | 21 | 33 |
| Octal | 132 | 254 | 167 | 60 | 0 | 37 | 41 | 215 | 41 | 63 |
| Binary | 1011010 | 10101100 | 1110111 | 110000 | 0 | 11111 | 100001 | 10001101 | 100001 | 110011 |
Color Harmonies of #5AAC77
Complementary color
Monochromatic Colors of #5AAC77
Black with #5AAC77
Text Example
Text Example
White with #5AAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC77; }
p { color: rgb(90,172,119); }
H1.HeaderClassName
{
color: #5AAC77;
}
.AnyTagClassName
{
color: #5AAC77;
}
</style>
background-color css
<style>
a { background-color: #5AAC77; }
a { background-color: rgb(90,172,119); }
div.DivClassName
{
background-color: #5AAC77;
}
.BgClassName
{
background-color: #5AAC77;
}
</style>
border-color css
<style>
span { border-color: #5AAC77; }
span { border-color: rgb(90,172,119); }
td.TdClassName
{
border-color: #5AAC77;
}
.TagClassName
{
border-color: #5AAC77;
}
</style>