Shades of Ocean Green #4BA77F
Tints of Ocean Green #4BA77F
RGB
CMYK
RGB Variations
Color information
#4BA77F (or 0x4BA77F) is known color: Ocean Green. HEX triplet: 4B, A7 and 7F. RGB value is (75,167,127). Sum of RGB (Red+Green+Blue) = 75+167+127=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA77F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA77F is #B45880. Grayscale: #878787. Windows color (decimal): -11819137 or 8365899. OLE color: 8365899.
HSL color Cylindrical-coordinate representation of color #4BA77F: hue angle of 153.91º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA77F is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 167 | 127 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.35 |
| HSL | 153.91º | 0.38% | 0.47% | - |
| HSV(B) | 153.91º | 0.55% | 0.65% | - |
| XYZ | 20.55 | 30.67 | 24.91 | - |
| YUV | 134.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 127 | 0.55 | 0 | 0.24 | 0.35 | 153.91 | 0.38 | 0.47 |
| Hex | 4B | A7 | 7F | 37 | 0 | 18 | 23 | 9A | 26 | 2F |
| Octal | 113 | 247 | 177 | 67 | 0 | 30 | 43 | 232 | 46 | 57 |
| Binary | 1001011 | 10100111 | 1111111 | 110111 | 0 | 11000 | 100011 | 10011010 | 100110 | 101111 |
Color Harmonies of #4BA77F
Complementary color
Monochromatic Colors of #4BA77F
Black with #4BA77F
Text Example
Text Example
White with #4BA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA77F; }
p { color: rgb(75,167,127); }
H1.HeaderClassName
{
color: #4BA77F;
}
.AnyTagClassName
{
color: #4BA77F;
}
</style>
background-color css
<style>
a { background-color: #4BA77F; }
a { background-color: rgb(75,167,127); }
div.DivClassName
{
background-color: #4BA77F;
}
.BgClassName
{
background-color: #4BA77F;
}
</style>
border-color css
<style>
span { border-color: #4BA77F; }
span { border-color: rgb(75,167,127); }
td.TdClassName
{
border-color: #4BA77F;
}
.TagClassName
{
border-color: #4BA77F;
}
</style>