Shades of Ocean Green #4BA768
Tints of Ocean Green #4BA768
RGB
CMYK
RGB Variations
Color information
#4BA768 (or 0x4BA768) is known color: Ocean Green. HEX triplet: 4B, A7 and 68. RGB value is (75,167,104). Sum of RGB (Red+Green+Blue) = 75+167+104=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA768 is #B45897. Grayscale: #848484. Windows color (decimal): -11819160 or 6858571. OLE color: 6858571.
HSL color Cylindrical-coordinate representation of color #4BA768: hue angle of 138.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 #4BA768 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 167 | 104 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.35 |
| HSL | 138.91º | 0.38% | 0.47% | - |
| HSV(B) | 138.91º | 0.55% | 0.65% | - |
| XYZ | 19.22 | 30.13 | 17.9 | - |
| YUV | 132.31 | 112.02 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 104 | 0.55 | 0 | 0.38 | 0.35 | 138.91 | 0.38 | 0.47 |
| Hex | 4B | A7 | 68 | 37 | 0 | 26 | 23 | 8B | 26 | 2F |
| Octal | 113 | 247 | 150 | 67 | 0 | 46 | 43 | 213 | 46 | 57 |
| Binary | 1001011 | 10100111 | 1101000 | 110111 | 0 | 100110 | 100011 | 10001011 | 100110 | 101111 |
Color Harmonies of #4BA768
Complementary color
Monochromatic Colors of #4BA768
Black with #4BA768
Text Example
Text Example
White with #4BA768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA768; }
p { color: rgb(75,167,104); }
H1.HeaderClassName
{
color: #4BA768;
}
.AnyTagClassName
{
color: #4BA768;
}
</style>
background-color css
<style>
a { background-color: #4BA768; }
a { background-color: rgb(75,167,104); }
div.DivClassName
{
background-color: #4BA768;
}
.BgClassName
{
background-color: #4BA768;
}
</style>
border-color css
<style>
span { border-color: #4BA768; }
span { border-color: rgb(75,167,104); }
td.TdClassName
{
border-color: #4BA768;
}
.TagClassName
{
border-color: #4BA768;
}
</style>