Shades of Ocean Green #5D9C78
Tints of Ocean Green #5D9C78
RGB
CMYK
RGB Variations
Color information
#5D9C78 (or 0x5D9C78) is known color: Ocean Green. HEX triplet: 5D, 9C and 78. RGB value is (93,156,120). Sum of RGB (Red+Green+Blue) = 93+156+120=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9C78 is #A26387. Grayscale: #858585. Windows color (decimal): -10642312 or 7904349. OLE color: 7904349.
HSL color Cylindrical-coordinate representation of color #5D9C78: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9C78 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 156 | 120 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.39 |
| HSL | 145.71º | 0.25% | 0.49% | - |
| HSV(B) | 145.71º | 0.4% | 0.61% | - |
| XYZ | 19.79 | 27.46 | 22.03 | - |
| YUV | 133.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 120 | 0.40 | 0 | 0.23 | 0.39 | 145.71 | 0.25 | 0.49 |
| Hex | 5D | 9C | 78 | 28 | 0 | 17 | 27 | 92 | 19 | 31 |
| Octal | 135 | 234 | 170 | 50 | 0 | 27 | 47 | 222 | 31 | 61 |
| Binary | 1011101 | 10011100 | 1111000 | 101000 | 0 | 10111 | 100111 | 10010010 | 11001 | 110001 |
Color Harmonies of #5D9C78
Complementary color
Monochromatic Colors of #5D9C78
Black with #5D9C78
Text Example
Text Example
White with #5D9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9C78; }
p { color: rgb(93,156,120); }
H1.HeaderClassName
{
color: #5D9C78;
}
.AnyTagClassName
{
color: #5D9C78;
}
</style>
background-color css
<style>
a { background-color: #5D9C78; }
a { background-color: rgb(93,156,120); }
div.DivClassName
{
background-color: #5D9C78;
}
.BgClassName
{
background-color: #5D9C78;
}
</style>
border-color css
<style>
span { border-color: #5D9C78; }
span { border-color: rgb(93,156,120); }
td.TdClassName
{
border-color: #5D9C78;
}
.TagClassName
{
border-color: #5D9C78;
}
</style>