Shades of Ocean Green #4DA77B
Tints of Ocean Green #4DA77B
RGB
CMYK
RGB Variations
Color information
#4DA77B (or 0x4DA77B) is known color: Ocean Green. HEX triplet: 4D, A7 and 7B. RGB value is (77,167,123). Sum of RGB (Red+Green+Blue) = 77+167+123=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA77B is #B25884. Grayscale: #878787. Windows color (decimal): -11688069 or 8103757. OLE color: 8103757.
HSL color Cylindrical-coordinate representation of color #4DA77B: hue angle of 150.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA77B is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 167 | 123 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.35 |
| HSL | 150.67º | 0.37% | 0.48% | - |
| HSV(B) | 150.67º | 0.54% | 0.65% | - |
| XYZ | 20.45 | 30.65 | 23.58 | - |
| YUV | 135.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 167 | 123 | 0.54 | 0 | 0.26 | 0.35 | 150.67 | 0.37 | 0.48 |
| Hex | 4D | A7 | 7B | 36 | 0 | 1A | 23 | 97 | 25 | 30 |
| Octal | 115 | 247 | 173 | 66 | 0 | 32 | 43 | 227 | 45 | 60 |
| Binary | 1001101 | 10100111 | 1111011 | 110110 | 0 | 11010 | 100011 | 10010111 | 100101 | 110000 |
Color Harmonies of #4DA77B
Complementary color
Monochromatic Colors of #4DA77B
Black with #4DA77B
Text Example
Text Example
White with #4DA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA77B; }
p { color: rgb(77,167,123); }
H1.HeaderClassName
{
color: #4DA77B;
}
.AnyTagClassName
{
color: #4DA77B;
}
</style>
background-color css
<style>
a { background-color: #4DA77B; }
a { background-color: rgb(77,167,123); }
div.DivClassName
{
background-color: #4DA77B;
}
.BgClassName
{
background-color: #4DA77B;
}
</style>
border-color css
<style>
span { border-color: #4DA77B; }
span { border-color: rgb(77,167,123); }
td.TdClassName
{
border-color: #4DA77B;
}
.TagClassName
{
border-color: #4DA77B;
}
</style>