Shades of Ocean Green #57996B
Tints of Ocean Green #57996B
RGB
CMYK
RGB Variations
Color information
#57996B (or 0x57996B) is known color: Ocean Green. HEX triplet: 57, 99 and 6B. RGB value is (87,153,107). Sum of RGB (Red+Green+Blue) = 87+153+107=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #57996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57996B is #A86694. Grayscale: #808080. Windows color (decimal): -11036309 or 7051607. OLE color: 7051607.
HSL color Cylindrical-coordinate representation of color #57996B: hue angle of 138.18º 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 #57996B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 153 | 107 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.4 |
| HSL | 138.18º | 0.28% | 0.47% | - |
| HSV(B) | 138.18º | 0.43% | 0.6% | - |
| XYZ | 17.98 | 25.87 | 17.96 | - |
| YUV | 128.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 107 | 0.43 | 0 | 0.30 | 0.4 | 138.18 | 0.28 | 0.47 |
| Hex | 57 | 99 | 6B | 2B | 0 | 1E | 28 | 8A | 1C | 2F |
| Octal | 127 | 231 | 153 | 53 | 0 | 36 | 50 | 212 | 34 | 57 |
| Binary | 1010111 | 10011001 | 1101011 | 101011 | 0 | 11110 | 101000 | 10001010 | 11100 | 101111 |
Color Harmonies of #57996B
Complementary color
Monochromatic Colors of #57996B
Black with #57996B
Text Example
Text Example
White with #57996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57996B; }
p { color: rgb(87,153,107); }
H1.HeaderClassName
{
color: #57996B;
}
.AnyTagClassName
{
color: #57996B;
}
</style>
background-color css
<style>
a { background-color: #57996B; }
a { background-color: rgb(87,153,107); }
div.DivClassName
{
background-color: #57996B;
}
.BgClassName
{
background-color: #57996B;
}
</style>
border-color css
<style>
span { border-color: #57996B; }
span { border-color: rgb(87,153,107); }
td.TdClassName
{
border-color: #57996B;
}
.TagClassName
{
border-color: #57996B;
}
</style>