Shades of Ocean Green #5C9A78
Tints of Ocean Green #5C9A78
RGB
CMYK
RGB Variations
Color information
#5C9A78 (or 0x5C9A78) is known color: Ocean Green. HEX triplet: 5C, 9A and 78. RGB value is (92,154,120). Sum of RGB (Red+Green+Blue) = 92+154+120=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9A78 is #A36587. Grayscale: #838383. Windows color (decimal): -10708360 or 7903836. OLE color: 7903836.
HSL color Cylindrical-coordinate representation of color #5C9A78: hue angle of 147.1º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9A78 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 154 | 120 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.40 |
| HSL | 147.1º | 0.25% | 0.48% | - |
| HSV(B) | 147.1º | 0.4% | 0.6% | - |
| XYZ | 19.36 | 26.74 | 21.91 | - |
| YUV | 131.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 154 | 120 | 0.40 | 0 | 0.22 | 0.40 | 147.1 | 0.25 | 0.48 |
| Hex | 5C | 9A | 78 | 28 | 0 | 16 | 28 | 93 | 19 | 30 |
| Octal | 134 | 232 | 170 | 50 | 0 | 26 | 50 | 223 | 31 | 60 |
| Binary | 1011100 | 10011010 | 1111000 | 101000 | 0 | 10110 | 101000 | 10010011 | 11001 | 110000 |
Color Harmonies of #5C9A78
Complementary color
Monochromatic Colors of #5C9A78
Black with #5C9A78
Text Example
Text Example
White with #5C9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9A78; }
p { color: rgb(92,154,120); }
H1.HeaderClassName
{
color: #5C9A78;
}
.AnyTagClassName
{
color: #5C9A78;
}
</style>
background-color css
<style>
a { background-color: #5C9A78; }
a { background-color: rgb(92,154,120); }
div.DivClassName
{
background-color: #5C9A78;
}
.BgClassName
{
background-color: #5C9A78;
}
</style>
border-color css
<style>
span { border-color: #5C9A78; }
span { border-color: rgb(92,154,120); }
td.TdClassName
{
border-color: #5C9A78;
}
.TagClassName
{
border-color: #5C9A78;
}
</style>