Shades of Ocean Green #5A9978
Tints of Ocean Green #5A9978
RGB
CMYK
RGB Variations
Color information
#5A9978 (or 0x5A9978) is known color: Ocean Green. HEX triplet: 5A, 99 and 78. RGB value is (90,153,120). Sum of RGB (Red+Green+Blue) = 90+153+120=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9978 is #A56687. Grayscale: #828282. Windows color (decimal): -10839688 or 7903578. OLE color: 7903578.
HSL color Cylindrical-coordinate representation of color #5A9978: hue angle of 148.57º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9978 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 153 | 120 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.4 |
| HSL | 148.57º | 0.26% | 0.48% | - |
| HSV(B) | 148.57º | 0.41% | 0.6% | - |
| XYZ | 19 | 26.31 | 21.85 | - |
| YUV | 130.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 120 | 0.41 | 0 | 0.22 | 0.4 | 148.57 | 0.26 | 0.48 |
| Hex | 5A | 99 | 78 | 29 | 0 | 16 | 28 | 95 | 1A | 30 |
| Octal | 132 | 231 | 170 | 51 | 0 | 26 | 50 | 225 | 32 | 60 |
| Binary | 1011010 | 10011001 | 1111000 | 101001 | 0 | 10110 | 101000 | 10010101 | 11010 | 110000 |
Color Harmonies of #5A9978
Complementary color
Monochromatic Colors of #5A9978
Black with #5A9978
Text Example
Text Example
White with #5A9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9978; }
p { color: rgb(90,153,120); }
H1.HeaderClassName
{
color: #5A9978;
}
.AnyTagClassName
{
color: #5A9978;
}
</style>
background-color css
<style>
a { background-color: #5A9978; }
a { background-color: rgb(90,153,120); }
div.DivClassName
{
background-color: #5A9978;
}
.BgClassName
{
background-color: #5A9978;
}
</style>
border-color css
<style>
span { border-color: #5A9978; }
span { border-color: rgb(90,153,120); }
td.TdClassName
{
border-color: #5A9978;
}
.TagClassName
{
border-color: #5A9978;
}
</style>