Shades of Ocean Green #57996A
Tints of Ocean Green #57996A
RGB
CMYK
RGB Variations
Color information
#57996A (or 0x57996A) is known color: Ocean Green. HEX triplet: 57, 99 and 6A. RGB value is (87,153,106). Sum of RGB (Red+Green+Blue) = 87+153+106=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #57996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57996A is #A86695. Grayscale: #808080. Windows color (decimal): -11036310 or 6986071. OLE color: 6986071.
HSL color Cylindrical-coordinate representation of color #57996A: hue angle of 137.27º 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 #57996A is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 153 | 106 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.4 |
| HSL | 137.27º | 0.28% | 0.47% | - |
| HSV(B) | 137.27º | 0.43% | 0.6% | - |
| XYZ | 17.92 | 25.85 | 17.68 | - |
| YUV | 127.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 106 | 0.43 | 0 | 0.31 | 0.4 | 137.27 | 0.28 | 0.47 |
| Hex | 57 | 99 | 6A | 2B | 0 | 1F | 28 | 89 | 1C | 2F |
| Octal | 127 | 231 | 152 | 53 | 0 | 37 | 50 | 211 | 34 | 57 |
| Binary | 1010111 | 10011001 | 1101010 | 101011 | 0 | 11111 | 101000 | 10001001 | 11100 | 101111 |
Color Harmonies of #57996A
Complementary color
Monochromatic Colors of #57996A
Black with #57996A
Text Example
Text Example
White with #57996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57996A; }
p { color: rgb(87,153,106); }
H1.HeaderClassName
{
color: #57996A;
}
.AnyTagClassName
{
color: #57996A;
}
</style>
background-color css
<style>
a { background-color: #57996A; }
a { background-color: rgb(87,153,106); }
div.DivClassName
{
background-color: #57996A;
}
.BgClassName
{
background-color: #57996A;
}
</style>
border-color css
<style>
span { border-color: #57996A; }
span { border-color: rgb(87,153,106); }
td.TdClassName
{
border-color: #57996A;
}
.TagClassName
{
border-color: #57996A;
}
</style>