Shades of Ocean Green #57A76B
Tints of Ocean Green #57A76B
RGB
CMYK
RGB Variations
Color information
#57A76B (or 0x57A76B) is known color: Ocean Green. HEX triplet: 57, A7 and 6B. RGB value is (87,167,107). Sum of RGB (Red+Green+Blue) = 87+167+107=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #57A76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A76B is #A85894. Grayscale: #888888. Windows color (decimal): -11032725 or 7055191. OLE color: 7055191.
HSL color Cylindrical-coordinate representation of color #57A76B: hue angle of 135º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A76B is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 167 | 107 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.35 |
| HSL | 135º | 0.31% | 0.5% | - |
| HSV(B) | 135º | 0.48% | 0.65% | - |
| XYZ | 20.4 | 30.73 | 18.77 | - |
| YUV | 136.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 107 | 0.48 | 0 | 0.36 | 0.35 | 135 | 0.31 | 0.5 |
| Hex | 57 | A7 | 6B | 30 | 0 | 24 | 23 | 87 | 1F | 32 |
| Octal | 127 | 247 | 153 | 60 | 0 | 44 | 43 | 207 | 37 | 62 |
| Binary | 1010111 | 10100111 | 1101011 | 110000 | 0 | 100100 | 100011 | 10000111 | 11111 | 110010 |
Color Harmonies of #57A76B
Complementary color
Monochromatic Colors of #57A76B
Black with #57A76B
Text Example
Text Example
White with #57A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A76B; }
p { color: rgb(87,167,107); }
H1.HeaderClassName
{
color: #57A76B;
}
.AnyTagClassName
{
color: #57A76B;
}
</style>
background-color css
<style>
a { background-color: #57A76B; }
a { background-color: rgb(87,167,107); }
div.DivClassName
{
background-color: #57A76B;
}
.BgClassName
{
background-color: #57A76B;
}
</style>
border-color css
<style>
span { border-color: #57A76B; }
span { border-color: rgb(87,167,107); }
td.TdClassName
{
border-color: #57A76B;
}
.TagClassName
{
border-color: #57A76B;
}
</style>