Shades of Ocean Green #4AB768
Tints of Ocean Green #4AB768
RGB
CMYK
RGB Variations
Color information
#4AB768 (or 0x4AB768) is known color: Ocean Green. HEX triplet: 4A, B7 and 68. RGB value is (74,183,104). Sum of RGB (Red+Green+Blue) = 74+183+104=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB768 is #B54897. Grayscale: #8D8D8D. Windows color (decimal): -11880600 or 6862666. OLE color: 6862666.
HSL color Cylindrical-coordinate representation of color #4AB768: hue angle of 136.51º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB768 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 104 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.28 |
| HSL | 136.51º | 0.43% | 0.5% | - |
| HSV(B) | 136.51º | 0.6% | 0.72% | - |
| XYZ | 22.26 | 36.32 | 18.93 | - |
| YUV | 141.4 | 106.89 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 104 | 0.60 | 0 | 0.43 | 0.28 | 136.51 | 0.43 | 0.5 |
| Hex | 4A | B7 | 68 | 3C | 0 | 2B | 1C | 89 | 2B | 32 |
| Octal | 112 | 267 | 150 | 74 | 0 | 53 | 34 | 211 | 53 | 62 |
| Binary | 1001010 | 10110111 | 1101000 | 111100 | 0 | 101011 | 11100 | 10001001 | 101011 | 110010 |
Color Harmonies of #4AB768
Complementary color
Monochromatic Colors of #4AB768
Black with #4AB768
Text Example
Text Example
White with #4AB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB768; }
p { color: rgb(74,183,104); }
H1.HeaderClassName
{
color: #4AB768;
}
.AnyTagClassName
{
color: #4AB768;
}
</style>
background-color css
<style>
a { background-color: #4AB768; }
a { background-color: rgb(74,183,104); }
div.DivClassName
{
background-color: #4AB768;
}
.BgClassName
{
background-color: #4AB768;
}
</style>
border-color css
<style>
span { border-color: #4AB768; }
span { border-color: rgb(74,183,104); }
td.TdClassName
{
border-color: #4AB768;
}
.TagClassName
{
border-color: #4AB768;
}
</style>