Shades of Ocean Green #5CB377
Tints of Ocean Green #5CB377
RGB
CMYK
RGB Variations
Color information
#5CB377 (or 0x5CB377) is known color: Ocean Green. HEX triplet: 5C, B3 and 77. RGB value is (92,179,119). Sum of RGB (Red+Green+Blue) = 92+179+119=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB377 is #A34C88. Grayscale: #929292. Windows color (decimal): -10701961 or 7844700. OLE color: 7844700.
HSL color Cylindrical-coordinate representation of color #5CB377: hue angle of 138.62º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB377 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 119 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.30 |
| HSL | 138.62º | 0.36% | 0.53% | - |
| HSV(B) | 138.62º | 0.49% | 0.7% | - |
| XYZ | 23.86 | 35.85 | 23.11 | - |
| YUV | 146.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 119 | 0.49 | 0 | 0.34 | 0.30 | 138.62 | 0.36 | 0.53 |
| Hex | 5C | B3 | 77 | 31 | 0 | 22 | 1E | 8B | 24 | 35 |
| Octal | 134 | 263 | 167 | 61 | 0 | 42 | 36 | 213 | 44 | 65 |
| Binary | 1011100 | 10110011 | 1110111 | 110001 | 0 | 100010 | 11110 | 10001011 | 100100 | 110101 |
Color Harmonies of #5CB377
Complementary color
Monochromatic Colors of #5CB377
Black with #5CB377
Text Example
Text Example
White with #5CB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB377; }
p { color: rgb(92,179,119); }
H1.HeaderClassName
{
color: #5CB377;
}
.AnyTagClassName
{
color: #5CB377;
}
</style>
background-color css
<style>
a { background-color: #5CB377; }
a { background-color: rgb(92,179,119); }
div.DivClassName
{
background-color: #5CB377;
}
.BgClassName
{
background-color: #5CB377;
}
</style>
border-color css
<style>
span { border-color: #5CB377; }
span { border-color: rgb(92,179,119); }
td.TdClassName
{
border-color: #5CB377;
}
.TagClassName
{
border-color: #5CB377;
}
</style>