Shades of Ocean Green #58956F
Tints of Ocean Green #58956F
RGB
CMYK
RGB Variations
Color information
#58956F (or 0x58956F) is known color: Ocean Green. HEX triplet: 58, 95 and 6F. RGB value is (88,149,111). Sum of RGB (Red+Green+Blue) = 88+149+111=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #58956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956F is #A76A90. Grayscale: #7E7E7E. Windows color (decimal): -10971793 or 7312728. OLE color: 7312728.
HSL color Cylindrical-coordinate representation of color #58956F: hue angle of 142.62º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58956F is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 149 | 111 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.42 |
| HSL | 142.62º | 0.26% | 0.46% | - |
| HSV(B) | 142.62º | 0.41% | 0.58% | - |
| XYZ | 17.64 | 24.72 | 18.88 | - |
| YUV | 126.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 149 | 111 | 0.41 | 0 | 0.26 | 0.42 | 142.62 | 0.26 | 0.46 |
| Hex | 58 | 95 | 6F | 29 | 0 | 1A | 2A | 8F | 1A | 2E |
| Octal | 130 | 225 | 157 | 51 | 0 | 32 | 52 | 217 | 32 | 56 |
| Binary | 1011000 | 10010101 | 1101111 | 101001 | 0 | 11010 | 101010 | 10001111 | 11010 | 101110 |
Color Harmonies of #58956F
Complementary color
Monochromatic Colors of #58956F
Black with #58956F
Text Example
Text Example
White with #58956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58956F; }
p { color: rgb(88,149,111); }
H1.HeaderClassName
{
color: #58956F;
}
.AnyTagClassName
{
color: #58956F;
}
</style>
background-color css
<style>
a { background-color: #58956F; }
a { background-color: rgb(88,149,111); }
div.DivClassName
{
background-color: #58956F;
}
.BgClassName
{
background-color: #58956F;
}
</style>
border-color css
<style>
span { border-color: #58956F; }
span { border-color: rgb(88,149,111); }
td.TdClassName
{
border-color: #58956F;
}
.TagClassName
{
border-color: #58956F;
}
</style>