Shades of Ocean Green #5BAD76
Tints of Ocean Green #5BAD76
RGB
CMYK
RGB Variations
Color information
#5BAD76 (or 0x5BAD76) is known color: Ocean Green. HEX triplet: 5B, AD and 76. RGB value is (91,173,118). Sum of RGB (Red+Green+Blue) = 91+173+118=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAD76 is #A45289. Grayscale: #8E8E8E. Windows color (decimal): -10769034 or 7777627. OLE color: 7777627.
HSL color Cylindrical-coordinate representation of color #5BAD76: hue angle of 139.76º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAD76 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 118 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.32 |
| HSL | 139.76º | 0.33% | 0.52% | - |
| HSV(B) | 139.76º | 0.47% | 0.68% | - |
| XYZ | 22.53 | 33.42 | 22.4 | - |
| YUV | 142.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 118 | 0.47 | 0 | 0.32 | 0.32 | 139.76 | 0.33 | 0.52 |
| Hex | 5B | AD | 76 | 2F | 0 | 20 | 20 | 8C | 21 | 34 |
| Octal | 133 | 255 | 166 | 57 | 0 | 40 | 40 | 214 | 41 | 64 |
| Binary | 1011011 | 10101101 | 1110110 | 101111 | 0 | 100000 | 100000 | 10001100 | 100001 | 110100 |
Color Harmonies of #5BAD76
Complementary color
Monochromatic Colors of #5BAD76
Black with #5BAD76
Text Example
Text Example
White with #5BAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD76; }
p { color: rgb(91,173,118); }
H1.HeaderClassName
{
color: #5BAD76;
}
.AnyTagClassName
{
color: #5BAD76;
}
</style>
background-color css
<style>
a { background-color: #5BAD76; }
a { background-color: rgb(91,173,118); }
div.DivClassName
{
background-color: #5BAD76;
}
.BgClassName
{
background-color: #5BAD76;
}
</style>
border-color css
<style>
span { border-color: #5BAD76; }
span { border-color: rgb(91,173,118); }
td.TdClassName
{
border-color: #5BAD76;
}
.TagClassName
{
border-color: #5BAD76;
}
</style>