Shades of Ocean Green #5CB076
Tints of Ocean Green #5CB076
RGB
CMYK
RGB Variations
Color information
#5CB076 (or 0x5CB076) is known color: Ocean Green. HEX triplet: 5C, B0 and 76. RGB value is (92,176,118). Sum of RGB (Red+Green+Blue) = 92+176+118=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB076 is #A34F89. Grayscale: #909090. Windows color (decimal): -10702730 or 7778396. OLE color: 7778396.
HSL color Cylindrical-coordinate representation of color #5CB076: hue angle of 138.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB076 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 118 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.31 |
| HSL | 138.57º | 0.35% | 0.53% | - |
| HSV(B) | 138.57º | 0.48% | 0.69% | - |
| XYZ | 23.21 | 34.63 | 22.6 | - |
| YUV | 144.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 118 | 0.48 | 0 | 0.33 | 0.31 | 138.57 | 0.35 | 0.53 |
| Hex | 5C | B0 | 76 | 30 | 0 | 21 | 1F | 8B | 23 | 35 |
| Octal | 134 | 260 | 166 | 60 | 0 | 41 | 37 | 213 | 43 | 65 |
| Binary | 1011100 | 10110000 | 1110110 | 110000 | 0 | 100001 | 11111 | 10001011 | 100011 | 110101 |
Color Harmonies of #5CB076
Complementary color
Monochromatic Colors of #5CB076
Black with #5CB076
Text Example
Text Example
White with #5CB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB076; }
p { color: rgb(92,176,118); }
H1.HeaderClassName
{
color: #5CB076;
}
.AnyTagClassName
{
color: #5CB076;
}
</style>
background-color css
<style>
a { background-color: #5CB076; }
a { background-color: rgb(92,176,118); }
div.DivClassName
{
background-color: #5CB076;
}
.BgClassName
{
background-color: #5CB076;
}
</style>
border-color css
<style>
span { border-color: #5CB076; }
span { border-color: rgb(92,176,118); }
td.TdClassName
{
border-color: #5CB076;
}
.TagClassName
{
border-color: #5CB076;
}
</style>