Shades of Ocean Green #5A9976
Tints of Ocean Green #5A9976
RGB
CMYK
RGB Variations
Color information
#5A9976 (or 0x5A9976) is known color: Ocean Green. HEX triplet: 5A, 99 and 76. RGB value is (90,153,118). Sum of RGB (Red+Green+Blue) = 90+153+118=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9976 is #A56689. Grayscale: #828282. Windows color (decimal): -10839690 or 7772506. OLE color: 7772506.
HSL color Cylindrical-coordinate representation of color #5A9976: hue angle of 146.67º 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 #5A9976 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 153 | 118 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.4 |
| HSL | 146.67º | 0.26% | 0.48% | - |
| HSV(B) | 146.67º | 0.41% | 0.6% | - |
| XYZ | 18.88 | 26.26 | 21.21 | - |
| YUV | 130.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 118 | 0.41 | 0 | 0.23 | 0.4 | 146.67 | 0.26 | 0.48 |
| Hex | 5A | 99 | 76 | 29 | 0 | 17 | 28 | 93 | 1A | 30 |
| Octal | 132 | 231 | 166 | 51 | 0 | 27 | 50 | 223 | 32 | 60 |
| Binary | 1011010 | 10011001 | 1110110 | 101001 | 0 | 10111 | 101000 | 10010011 | 11010 | 110000 |
Color Harmonies of #5A9976
Complementary color
Monochromatic Colors of #5A9976
Black with #5A9976
Text Example
Text Example
White with #5A9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9976; }
p { color: rgb(90,153,118); }
H1.HeaderClassName
{
color: #5A9976;
}
.AnyTagClassName
{
color: #5A9976;
}
</style>
background-color css
<style>
a { background-color: #5A9976; }
a { background-color: rgb(90,153,118); }
div.DivClassName
{
background-color: #5A9976;
}
.BgClassName
{
background-color: #5A9976;
}
</style>
border-color css
<style>
span { border-color: #5A9976; }
span { border-color: rgb(90,153,118); }
td.TdClassName
{
border-color: #5A9976;
}
.TagClassName
{
border-color: #5A9976;
}
</style>