Shades of Ocean Green #5DB079
Tints of Ocean Green #5DB079
RGB
CMYK
RGB Variations
Color information
#5DB079 (or 0x5DB079) is known color: Ocean Green. HEX triplet: 5D, B0 and 79. RGB value is (93,176,121). Sum of RGB (Red+Green+Blue) = 93+176+121=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB079 is #A24F86. Grayscale: #919191. Windows color (decimal): -10637191 or 7975005. OLE color: 7975005.
HSL color Cylindrical-coordinate representation of color #5DB079: hue angle of 140.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB079 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 121 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.31 |
| HSL | 140.24º | 0.34% | 0.53% | - |
| HSV(B) | 140.24º | 0.47% | 0.69% | - |
| XYZ | 23.49 | 34.76 | 23.56 | - |
| YUV | 144.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 121 | 0.47 | 0 | 0.31 | 0.31 | 140.24 | 0.34 | 0.53 |
| Hex | 5D | B0 | 79 | 2F | 0 | 1F | 1F | 8C | 22 | 35 |
| Octal | 135 | 260 | 171 | 57 | 0 | 37 | 37 | 214 | 42 | 65 |
| Binary | 1011101 | 10110000 | 1111001 | 101111 | 0 | 11111 | 11111 | 10001100 | 100010 | 110101 |
Color Harmonies of #5DB079
Complementary color
Monochromatic Colors of #5DB079
Black with #5DB079
Text Example
Text Example
White with #5DB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB079; }
p { color: rgb(93,176,121); }
H1.HeaderClassName
{
color: #5DB079;
}
.AnyTagClassName
{
color: #5DB079;
}
</style>
background-color css
<style>
a { background-color: #5DB079; }
a { background-color: rgb(93,176,121); }
div.DivClassName
{
background-color: #5DB079;
}
.BgClassName
{
background-color: #5DB079;
}
</style>
border-color css
<style>
span { border-color: #5DB079; }
span { border-color: rgb(93,176,121); }
td.TdClassName
{
border-color: #5DB079;
}
.TagClassName
{
border-color: #5DB079;
}
</style>