Shades of Ocean Green #5B9C78
Tints of Ocean Green #5B9C78
RGB
CMYK
RGB Variations
Color information
#5B9C78 (or 0x5B9C78) is known color: Ocean Green. HEX triplet: 5B, 9C and 78. RGB value is (91,156,120). Sum of RGB (Red+Green+Blue) = 91+156+120=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #5B9C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9C78 is #A46387. Grayscale: #848484. Windows color (decimal): -10773384 or 7904347. OLE color: 7904347.
HSL color Cylindrical-coordinate representation of color #5B9C78: hue angle of 146.77º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9C78 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 156 | 120 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.39 |
| HSL | 146.77º | 0.26% | 0.48% | - |
| HSV(B) | 146.77º | 0.42% | 0.61% | - |
| XYZ | 19.59 | 27.36 | 22.02 | - |
| YUV | 132.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 120 | 0.42 | 0 | 0.23 | 0.39 | 146.77 | 0.26 | 0.48 |
| Hex | 5B | 9C | 78 | 2A | 0 | 17 | 27 | 93 | 1A | 30 |
| Octal | 133 | 234 | 170 | 52 | 0 | 27 | 47 | 223 | 32 | 60 |
| Binary | 1011011 | 10011100 | 1111000 | 101010 | 0 | 10111 | 100111 | 10010011 | 11010 | 110000 |
Color Harmonies of #5B9C78
Complementary color
Monochromatic Colors of #5B9C78
Black with #5B9C78
Text Example
Text Example
White with #5B9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9C78; }
p { color: rgb(91,156,120); }
H1.HeaderClassName
{
color: #5B9C78;
}
.AnyTagClassName
{
color: #5B9C78;
}
</style>
background-color css
<style>
a { background-color: #5B9C78; }
a { background-color: rgb(91,156,120); }
div.DivClassName
{
background-color: #5B9C78;
}
.BgClassName
{
background-color: #5B9C78;
}
</style>
border-color css
<style>
span { border-color: #5B9C78; }
span { border-color: rgb(91,156,120); }
td.TdClassName
{
border-color: #5B9C78;
}
.TagClassName
{
border-color: #5B9C78;
}
</style>