Shades of Ocean Green #4AB069
Tints of Ocean Green #4AB069
RGB
CMYK
RGB Variations
Color information
#4AB069 (or 0x4AB069) is known color: Ocean Green. HEX triplet: 4A, B0 and 69. RGB value is (74,176,105). Sum of RGB (Red+Green+Blue) = 74+176+105=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB069 is #B54F96. Grayscale: #898989. Windows color (decimal): -11882391 or 6926410. OLE color: 6926410.
HSL color Cylindrical-coordinate representation of color #4AB069: hue angle of 138.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB069 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 105 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.31 |
| HSL | 138.24º | 0.41% | 0.49% | - |
| HSV(B) | 138.24º | 0.58% | 0.69% | - |
| XYZ | 20.9 | 33.53 | 18.73 | - |
| YUV | 137.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 105 | 0.58 | 0 | 0.40 | 0.31 | 138.24 | 0.41 | 0.49 |
| Hex | 4A | B0 | 69 | 3A | 0 | 28 | 1F | 8A | 29 | 31 |
| Octal | 112 | 260 | 151 | 72 | 0 | 50 | 37 | 212 | 51 | 61 |
| Binary | 1001010 | 10110000 | 1101001 | 111010 | 0 | 101000 | 11111 | 10001010 | 101001 | 110001 |
Color Harmonies of #4AB069
Complementary color
Monochromatic Colors of #4AB069
Black with #4AB069
Text Example
Text Example
White with #4AB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB069; }
p { color: rgb(74,176,105); }
H1.HeaderClassName
{
color: #4AB069;
}
.AnyTagClassName
{
color: #4AB069;
}
</style>
background-color css
<style>
a { background-color: #4AB069; }
a { background-color: rgb(74,176,105); }
div.DivClassName
{
background-color: #4AB069;
}
.BgClassName
{
background-color: #4AB069;
}
</style>
border-color css
<style>
span { border-color: #4AB069; }
span { border-color: rgb(74,176,105); }
td.TdClassName
{
border-color: #4AB069;
}
.TagClassName
{
border-color: #4AB069;
}
</style>