Shades of Ocean Green #58946F
Tints of Ocean Green #58946F
RGB
CMYK
RGB Variations
Color information
#58946F (or 0x58946F) is known color: Ocean Green. HEX triplet: 58, 94 and 6F. RGB value is (88,148,111). Sum of RGB (Red+Green+Blue) = 88+148+111=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #58946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58946F is #A76B90. Grayscale: #7D7D7D. Windows color (decimal): -10972049 or 7312472. OLE color: 7312472.
HSL color Cylindrical-coordinate representation of color #58946F: hue angle of 143º degrees, saturation: 0.25, 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 #58946F is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 148 | 111 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.42 |
| HSL | 143º | 0.25% | 0.46% | - |
| HSV(B) | 143º | 0.41% | 0.58% | - |
| XYZ | 17.48 | 24.4 | 18.83 | - |
| YUV | 125.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 111 | 0.41 | 0 | 0.25 | 0.42 | 143 | 0.25 | 0.46 |
| Hex | 58 | 94 | 6F | 29 | 0 | 19 | 2A | 8F | 19 | 2E |
| Octal | 130 | 224 | 157 | 51 | 0 | 31 | 52 | 217 | 31 | 56 |
| Binary | 1011000 | 10010100 | 1101111 | 101001 | 0 | 11001 | 101010 | 10001111 | 11001 | 101110 |
Color Harmonies of #58946F
Complementary color
Monochromatic Colors of #58946F
Black with #58946F
Text Example
Text Example
White with #58946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58946F; }
p { color: rgb(88,148,111); }
H1.HeaderClassName
{
color: #58946F;
}
.AnyTagClassName
{
color: #58946F;
}
</style>
background-color css
<style>
a { background-color: #58946F; }
a { background-color: rgb(88,148,111); }
div.DivClassName
{
background-color: #58946F;
}
.BgClassName
{
background-color: #58946F;
}
</style>
border-color css
<style>
span { border-color: #58946F; }
span { border-color: rgb(88,148,111); }
td.TdClassName
{
border-color: #58946F;
}
.TagClassName
{
border-color: #58946F;
}
</style>