Shades of Ocean Green #5B9875
Tints of Ocean Green #5B9875
RGB
CMYK
RGB Variations
Color information
#5B9875 (or 0x5B9875) is known color: Ocean Green. HEX triplet: 5B, 98 and 75. RGB value is (91,152,117). Sum of RGB (Red+Green+Blue) = 91+152+117=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9875 is #A4678A. Grayscale: #818181. Windows color (decimal): -10774411 or 7706715. OLE color: 7706715.
HSL color Cylindrical-coordinate representation of color #5B9875: hue angle of 145.57º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B9875 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 117 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.40 |
| HSL | 145.57º | 0.25% | 0.48% | - |
| HSV(B) | 145.57º | 0.4% | 0.6% | - |
| XYZ | 18.75 | 25.96 | 20.85 | - |
| YUV | 129.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 117 | 0.40 | 0 | 0.23 | 0.40 | 145.57 | 0.25 | 0.48 |
| Hex | 5B | 98 | 75 | 28 | 0 | 17 | 28 | 92 | 19 | 30 |
| Octal | 133 | 230 | 165 | 50 | 0 | 27 | 50 | 222 | 31 | 60 |
| Binary | 1011011 | 10011000 | 1110101 | 101000 | 0 | 10111 | 101000 | 10010010 | 11001 | 110000 |
Color Harmonies of #5B9875
Complementary color
Monochromatic Colors of #5B9875
Black with #5B9875
Text Example
Text Example
White with #5B9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9875; }
p { color: rgb(91,152,117); }
H1.HeaderClassName
{
color: #5B9875;
}
.AnyTagClassName
{
color: #5B9875;
}
</style>
background-color css
<style>
a { background-color: #5B9875; }
a { background-color: rgb(91,152,117); }
div.DivClassName
{
background-color: #5B9875;
}
.BgClassName
{
background-color: #5B9875;
}
</style>
border-color css
<style>
span { border-color: #5B9875; }
span { border-color: rgb(91,152,117); }
td.TdClassName
{
border-color: #5B9875;
}
.TagClassName
{
border-color: #5B9875;
}
</style>