Shades of Ocean Green #5A9A73
Tints of Ocean Green #5A9A73
RGB
CMYK
RGB Variations
Color information
#5A9A73 (or 0x5A9A73) is known color: Ocean Green. HEX triplet: 5A, 9A and 73. RGB value is (90,154,115). Sum of RGB (Red+Green+Blue) = 90+154+115=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9A73 is #A5658C. Grayscale: #828282. Windows color (decimal): -10839437 or 7576154. OLE color: 7576154.
HSL color Cylindrical-coordinate representation of color #5A9A73: hue angle of 143.44º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9A73 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 154 | 115 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.40 |
| HSL | 143.44º | 0.26% | 0.48% | - |
| HSV(B) | 143.44º | 0.42% | 0.6% | - |
| XYZ | 18.87 | 26.52 | 20.34 | - |
| YUV | 130.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 154 | 115 | 0.42 | 0 | 0.25 | 0.40 | 143.44 | 0.26 | 0.48 |
| Hex | 5A | 9A | 73 | 2A | 0 | 19 | 28 | 8F | 1A | 30 |
| Octal | 132 | 232 | 163 | 52 | 0 | 31 | 50 | 217 | 32 | 60 |
| Binary | 1011010 | 10011010 | 1110011 | 101010 | 0 | 11001 | 101000 | 10001111 | 11010 | 110000 |
Color Harmonies of #5A9A73
Complementary color
Monochromatic Colors of #5A9A73
Black with #5A9A73
Text Example
Text Example
White with #5A9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9A73; }
p { color: rgb(90,154,115); }
H1.HeaderClassName
{
color: #5A9A73;
}
.AnyTagClassName
{
color: #5A9A73;
}
</style>
background-color css
<style>
a { background-color: #5A9A73; }
a { background-color: rgb(90,154,115); }
div.DivClassName
{
background-color: #5A9A73;
}
.BgClassName
{
background-color: #5A9A73;
}
</style>
border-color css
<style>
span { border-color: #5A9A73; }
span { border-color: rgb(90,154,115); }
td.TdClassName
{
border-color: #5A9A73;
}
.TagClassName
{
border-color: #5A9A73;
}
</style>