Shades of Ocean Green #4BA966
Tints of Ocean Green #4BA966
RGB
CMYK
RGB Variations
Color information
#4BA966 (or 0x4BA966) is known color: Ocean Green. HEX triplet: 4B, A9 and 66. RGB value is (75,169,102). Sum of RGB (Red+Green+Blue) = 75+169+102=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA966 is #B45699. Grayscale: #858585. Windows color (decimal): -11818650 or 6728011. OLE color: 6728011.
HSL color Cylindrical-coordinate representation of color #4BA966: hue angle of 137.23º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA966 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 169 | 102 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.34 |
| HSL | 137.23º | 0.39% | 0.48% | - |
| HSV(B) | 137.23º | 0.56% | 0.66% | - |
| XYZ | 19.49 | 30.83 | 17.49 | - |
| YUV | 133.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 169 | 102 | 0.56 | 0 | 0.40 | 0.34 | 137.23 | 0.39 | 0.48 |
| Hex | 4B | A9 | 66 | 38 | 0 | 28 | 22 | 89 | 27 | 30 |
| Octal | 113 | 251 | 146 | 70 | 0 | 50 | 42 | 211 | 47 | 60 |
| Binary | 1001011 | 10101001 | 1100110 | 111000 | 0 | 101000 | 100010 | 10001001 | 100111 | 110000 |
Color Harmonies of #4BA966
Complementary color
Monochromatic Colors of #4BA966
Black with #4BA966
Text Example
Text Example
White with #4BA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA966; }
p { color: rgb(75,169,102); }
H1.HeaderClassName
{
color: #4BA966;
}
.AnyTagClassName
{
color: #4BA966;
}
</style>
background-color css
<style>
a { background-color: #4BA966; }
a { background-color: rgb(75,169,102); }
div.DivClassName
{
background-color: #4BA966;
}
.BgClassName
{
background-color: #4BA966;
}
</style>
border-color css
<style>
span { border-color: #4BA966; }
span { border-color: rgb(75,169,102); }
td.TdClassName
{
border-color: #4BA966;
}
.TagClassName
{
border-color: #4BA966;
}
</style>