Shades of Ocean Green #4AB068
Tints of Ocean Green #4AB068
RGB
CMYK
RGB Variations
Color information
#4AB068 (or 0x4AB068) is known color: Ocean Green. HEX triplet: 4A, B0 and 68. RGB value is (74,176,104). Sum of RGB (Red+Green+Blue) = 74+176+104=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB068 is #B54F97. Grayscale: #898989. Windows color (decimal): -11882392 or 6860874. OLE color: 6860874.
HSL color Cylindrical-coordinate representation of color #4AB068: hue angle of 137.65º 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 #4AB068 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 104 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.31 |
| HSL | 137.65º | 0.41% | 0.49% | - |
| HSV(B) | 137.65º | 0.58% | 0.69% | - |
| XYZ | 20.85 | 33.51 | 18.47 | - |
| YUV | 137.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 104 | 0.58 | 0 | 0.41 | 0.31 | 137.65 | 0.41 | 0.49 |
| Hex | 4A | B0 | 68 | 3A | 0 | 29 | 1F | 8A | 29 | 31 |
| Octal | 112 | 260 | 150 | 72 | 0 | 51 | 37 | 212 | 51 | 61 |
| Binary | 1001010 | 10110000 | 1101000 | 111010 | 0 | 101001 | 11111 | 10001010 | 101001 | 110001 |
Color Harmonies of #4AB068
Complementary color
Monochromatic Colors of #4AB068
Black with #4AB068
Text Example
Text Example
White with #4AB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB068; }
p { color: rgb(74,176,104); }
H1.HeaderClassName
{
color: #4AB068;
}
.AnyTagClassName
{
color: #4AB068;
}
</style>
background-color css
<style>
a { background-color: #4AB068; }
a { background-color: rgb(74,176,104); }
div.DivClassName
{
background-color: #4AB068;
}
.BgClassName
{
background-color: #4AB068;
}
</style>
border-color css
<style>
span { border-color: #4AB068; }
span { border-color: rgb(74,176,104); }
td.TdClassName
{
border-color: #4AB068;
}
.TagClassName
{
border-color: #4AB068;
}
</style>