Shades of Ocean Green #5A9675
Tints of Ocean Green #5A9675
RGB
CMYK
RGB Variations
Color information
#5A9675 (or 0x5A9675) is known color: Ocean Green. HEX triplet: 5A, 96 and 75. RGB value is (90,150,117). Sum of RGB (Red+Green+Blue) = 90+150+117=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9675 is #A5698A. Grayscale: #808080. Windows color (decimal): -10840459 or 7706202. OLE color: 7706202.
HSL color Cylindrical-coordinate representation of color #5A9675: hue angle of 147º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A9675 is Cyan = 0.4, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 150 | 117 | - |
| CMYK | 0.4 | 0 | 0.22 | 0.41 |
| HSL | 147º | 0.25% | 0.47% | - |
| HSV(B) | 147º | 0.4% | 0.59% | - |
| XYZ | 18.33 | 25.27 | 20.74 | - |
| YUV | 128.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 117 | 0.4 | 0 | 0.22 | 0.41 | 147 | 0.25 | 0.47 |
| Hex | 5A | 96 | 75 | 28 | 0 | 16 | 29 | 93 | 19 | 2F |
| Octal | 132 | 226 | 165 | 50 | 0 | 26 | 51 | 223 | 31 | 57 |
| Binary | 1011010 | 10010110 | 1110101 | 101000 | 0 | 10110 | 101001 | 10010011 | 11001 | 101111 |
Color Harmonies of #5A9675
Complementary color
Monochromatic Colors of #5A9675
Black with #5A9675
Text Example
Text Example
White with #5A9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9675; }
p { color: rgb(90,150,117); }
H1.HeaderClassName
{
color: #5A9675;
}
.AnyTagClassName
{
color: #5A9675;
}
</style>
background-color css
<style>
a { background-color: #5A9675; }
a { background-color: rgb(90,150,117); }
div.DivClassName
{
background-color: #5A9675;
}
.BgClassName
{
background-color: #5A9675;
}
</style>
border-color css
<style>
span { border-color: #5A9675; }
span { border-color: rgb(90,150,117); }
td.TdClassName
{
border-color: #5A9675;
}
.TagClassName
{
border-color: #5A9675;
}
</style>