Shades of Ocean Green #4BAF76
Tints of Ocean Green #4BAF76
RGB
CMYK
RGB Variations
Color information
#4BAF76 (or 0x4BAF76) is known color: Ocean Green. HEX triplet: 4B, AF and 76. RGB value is (75,175,118). Sum of RGB (Red+Green+Blue) = 75+175+118=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF76 is #B45089. Grayscale: #8A8A8A. Windows color (decimal): -11817098 or 7778123. OLE color: 7778123.
HSL color Cylindrical-coordinate representation of color #4BAF76: hue angle of 145.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF76 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 118 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.31 |
| HSL | 145.8º | 0.4% | 0.49% | - |
| HSV(B) | 145.8º | 0.57% | 0.69% | - |
| XYZ | 21.5 | 33.46 | 22.47 | - |
| YUV | 138.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 118 | 0.57 | 0 | 0.33 | 0.31 | 145.8 | 0.4 | 0.49 |
| Hex | 4B | AF | 76 | 39 | 0 | 21 | 1F | 92 | 28 | 31 |
| Octal | 113 | 257 | 166 | 71 | 0 | 41 | 37 | 222 | 50 | 61 |
| Binary | 1001011 | 10101111 | 1110110 | 111001 | 0 | 100001 | 11111 | 10010010 | 101000 | 110001 |
Color Harmonies of #4BAF76
Complementary color
Monochromatic Colors of #4BAF76
Black with #4BAF76
Text Example
Text Example
White with #4BAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAF76; }
p { color: rgb(75,175,118); }
H1.HeaderClassName
{
color: #4BAF76;
}
.AnyTagClassName
{
color: #4BAF76;
}
</style>
background-color css
<style>
a { background-color: #4BAF76; }
a { background-color: rgb(75,175,118); }
div.DivClassName
{
background-color: #4BAF76;
}
.BgClassName
{
background-color: #4BAF76;
}
</style>
border-color css
<style>
span { border-color: #4BAF76; }
span { border-color: rgb(75,175,118); }
td.TdClassName
{
border-color: #4BAF76;
}
.TagClassName
{
border-color: #4BAF76;
}
</style>