Shades of Ocean Green #5BA77F
Tints of Ocean Green #5BA77F
RGB
CMYK
RGB Variations
Color information
#5BA77F (or 0x5BA77F) is known color: Ocean Green. HEX triplet: 5B, A7 and 7F. RGB value is (91,167,127). Sum of RGB (Red+Green+Blue) = 91+167+127=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA77F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA77F is #A45880. Grayscale: #8B8B8B. Windows color (decimal): -10770561 or 8365915. OLE color: 8365915.
HSL color Cylindrical-coordinate representation of color #5BA77F: hue angle of 148.42º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA77F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 127 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.35 |
| HSL | 148.42º | 0.3% | 0.51% | - |
| HSV(B) | 148.42º | 0.46% | 0.65% | - |
| XYZ | 21.96 | 31.39 | 24.98 | - |
| YUV | 139.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 127 | 0.46 | 0 | 0.24 | 0.35 | 148.42 | 0.3 | 0.51 |
| Hex | 5B | A7 | 7F | 2E | 0 | 18 | 23 | 94 | 1E | 33 |
| Octal | 133 | 247 | 177 | 56 | 0 | 30 | 43 | 224 | 36 | 63 |
| Binary | 1011011 | 10100111 | 1111111 | 101110 | 0 | 11000 | 100011 | 10010100 | 11110 | 110011 |
Color Harmonies of #5BA77F
Complementary color
Monochromatic Colors of #5BA77F
Black with #5BA77F
Text Example
Text Example
White with #5BA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA77F; }
p { color: rgb(91,167,127); }
H1.HeaderClassName
{
color: #5BA77F;
}
.AnyTagClassName
{
color: #5BA77F;
}
</style>
background-color css
<style>
a { background-color: #5BA77F; }
a { background-color: rgb(91,167,127); }
div.DivClassName
{
background-color: #5BA77F;
}
.BgClassName
{
background-color: #5BA77F;
}
</style>
border-color css
<style>
span { border-color: #5BA77F; }
span { border-color: rgb(91,167,127); }
td.TdClassName
{
border-color: #5BA77F;
}
.TagClassName
{
border-color: #5BA77F;
}
</style>