Shades of Ocean Green #4BB769
Tints of Ocean Green #4BB769
RGB
CMYK
RGB Variations
Color information
#4BB769 (or 0x4BB769) is known color: Ocean Green. HEX triplet: 4B, B7 and 69. RGB value is (75,183,105). Sum of RGB (Red+Green+Blue) = 75+183+105=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB769 is #B44896. Grayscale: #8E8E8E. Windows color (decimal): -11815063 or 6928203. OLE color: 6928203.
HSL color Cylindrical-coordinate representation of color #4BB769: hue angle of 136.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB769 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 183 | 105 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.28 |
| HSL | 136.67º | 0.43% | 0.51% | - |
| HSV(B) | 136.67º | 0.59% | 0.72% | - |
| XYZ | 22.38 | 36.38 | 19.21 | - |
| YUV | 141.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 183 | 105 | 0.59 | 0 | 0.43 | 0.28 | 136.67 | 0.43 | 0.51 |
| Hex | 4B | B7 | 69 | 3B | 0 | 2B | 1C | 89 | 2B | 33 |
| Octal | 113 | 267 | 151 | 73 | 0 | 53 | 34 | 211 | 53 | 63 |
| Binary | 1001011 | 10110111 | 1101001 | 111011 | 0 | 101011 | 11100 | 10001001 | 101011 | 110011 |
Color Harmonies of #4BB769
Complementary color
Monochromatic Colors of #4BB769
Black with #4BB769
Text Example
Text Example
White with #4BB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB769; }
p { color: rgb(75,183,105); }
H1.HeaderClassName
{
color: #4BB769;
}
.AnyTagClassName
{
color: #4BB769;
}
</style>
background-color css
<style>
a { background-color: #4BB769; }
a { background-color: rgb(75,183,105); }
div.DivClassName
{
background-color: #4BB769;
}
.BgClassName
{
background-color: #4BB769;
}
</style>
border-color css
<style>
span { border-color: #4BB769; }
span { border-color: rgb(75,183,105); }
td.TdClassName
{
border-color: #4BB769;
}
.TagClassName
{
border-color: #4BB769;
}
</style>