Shades of Ocean Green #4BAC67
Tints of Ocean Green #4BAC67
RGB
CMYK
RGB Variations
Color information
#4BAC67 (or 0x4BAC67) is known color: Ocean Green. HEX triplet: 4B, AC and 67. RGB value is (75,172,103). Sum of RGB (Red+Green+Blue) = 75+172+103=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC67 is #B45398. Grayscale: #878787. Windows color (decimal): -11817881 or 6794315. OLE color: 6794315.
HSL color Cylindrical-coordinate representation of color #4BAC67: hue angle of 137.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC67 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 103 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.33 |
| HSL | 137.32º | 0.39% | 0.48% | - |
| HSV(B) | 137.32º | 0.56% | 0.67% | - |
| XYZ | 20.1 | 31.98 | 17.95 | - |
| YUV | 135.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 103 | 0.56 | 0 | 0.40 | 0.33 | 137.32 | 0.39 | 0.48 |
| Hex | 4B | AC | 67 | 38 | 0 | 28 | 21 | 89 | 27 | 30 |
| Octal | 113 | 254 | 147 | 70 | 0 | 50 | 41 | 211 | 47 | 60 |
| Binary | 1001011 | 10101100 | 1100111 | 111000 | 0 | 101000 | 100001 | 10001001 | 100111 | 110000 |
Color Harmonies of #4BAC67
Complementary color
Monochromatic Colors of #4BAC67
Black with #4BAC67
Text Example
Text Example
White with #4BAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC67; }
p { color: rgb(75,172,103); }
H1.HeaderClassName
{
color: #4BAC67;
}
.AnyTagClassName
{
color: #4BAC67;
}
</style>
background-color css
<style>
a { background-color: #4BAC67; }
a { background-color: rgb(75,172,103); }
div.DivClassName
{
background-color: #4BAC67;
}
.BgClassName
{
background-color: #4BAC67;
}
</style>
border-color css
<style>
span { border-color: #4BAC67; }
span { border-color: rgb(75,172,103); }
td.TdClassName
{
border-color: #4BAC67;
}
.TagClassName
{
border-color: #4BAC67;
}
</style>