Shades of Ocean Green #57996D
Tints of Ocean Green #57996D
RGB
CMYK
RGB Variations
Color information
#57996D (or 0x57996D) is known color: Ocean Green. HEX triplet: 57, 99 and 6D. RGB value is (87,153,109). Sum of RGB (Red+Green+Blue) = 87+153+109=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #57996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57996D is #A86692. Grayscale: #808080. Windows color (decimal): -11036307 or 7182679. OLE color: 7182679.
HSL color Cylindrical-coordinate representation of color #57996D: hue angle of 140º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57996D is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 153 | 109 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.4 |
| HSL | 140º | 0.28% | 0.47% | - |
| HSV(B) | 140º | 0.43% | 0.6% | - |
| XYZ | 18.08 | 25.91 | 18.52 | - |
| YUV | 128.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 109 | 0.43 | 0 | 0.29 | 0.4 | 140 | 0.28 | 0.47 |
| Hex | 57 | 99 | 6D | 2B | 0 | 1D | 28 | 8C | 1C | 2F |
| Octal | 127 | 231 | 155 | 53 | 0 | 35 | 50 | 214 | 34 | 57 |
| Binary | 1010111 | 10011001 | 1101101 | 101011 | 0 | 11101 | 101000 | 10001100 | 11100 | 101111 |
Color Harmonies of #57996D
Complementary color
Monochromatic Colors of #57996D
Black with #57996D
Text Example
Text Example
White with #57996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57996D; }
p { color: rgb(87,153,109); }
H1.HeaderClassName
{
color: #57996D;
}
.AnyTagClassName
{
color: #57996D;
}
</style>
background-color css
<style>
a { background-color: #57996D; }
a { background-color: rgb(87,153,109); }
div.DivClassName
{
background-color: #57996D;
}
.BgClassName
{
background-color: #57996D;
}
</style>
border-color css
<style>
span { border-color: #57996D; }
span { border-color: rgb(87,153,109); }
td.TdClassName
{
border-color: #57996D;
}
.TagClassName
{
border-color: #57996D;
}
</style>