Shades of Ocean Green #4BAA76
Tints of Ocean Green #4BAA76
RGB
CMYK
RGB Variations
Color information
#4BAA76 (or 0x4BAA76) is known color: Ocean Green. HEX triplet: 4B, AA and 76. RGB value is (75,170,118). Sum of RGB (Red+Green+Blue) = 75+170+118=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA76 is #B45589. Grayscale: #878787. Windows color (decimal): -11818378 or 7776843. OLE color: 7776843.
HSL color Cylindrical-coordinate representation of color #4BAA76: hue angle of 147.16º 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 #4BAA76 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 118 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.33 |
| HSL | 147.16º | 0.39% | 0.48% | - |
| HSV(B) | 147.16º | 0.56% | 0.67% | - |
| XYZ | 20.55 | 31.55 | 22.15 | - |
| YUV | 135.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 118 | 0.56 | 0 | 0.31 | 0.33 | 147.16 | 0.39 | 0.48 |
| Hex | 4B | AA | 76 | 38 | 0 | 1F | 21 | 93 | 27 | 30 |
| Octal | 113 | 252 | 166 | 70 | 0 | 37 | 41 | 223 | 47 | 60 |
| Binary | 1001011 | 10101010 | 1110110 | 111000 | 0 | 11111 | 100001 | 10010011 | 100111 | 110000 |
Color Harmonies of #4BAA76
Complementary color
Monochromatic Colors of #4BAA76
Black with #4BAA76
Text Example
Text Example
White with #4BAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA76; }
p { color: rgb(75,170,118); }
H1.HeaderClassName
{
color: #4BAA76;
}
.AnyTagClassName
{
color: #4BAA76;
}
</style>
background-color css
<style>
a { background-color: #4BAA76; }
a { background-color: rgb(75,170,118); }
div.DivClassName
{
background-color: #4BAA76;
}
.BgClassName
{
background-color: #4BAA76;
}
</style>
border-color css
<style>
span { border-color: #4BAA76; }
span { border-color: rgb(75,170,118); }
td.TdClassName
{
border-color: #4BAA76;
}
.TagClassName
{
border-color: #4BAA76;
}
</style>