Shades of Ocean Green #5DA77A
Tints of Ocean Green #5DA77A
RGB
CMYK
RGB Variations
Color information
#5DA77A (or 0x5DA77A) is known color: Ocean Green. HEX triplet: 5D, A7 and 7A. RGB value is (93,167,122). Sum of RGB (Red+Green+Blue) = 93+167+122=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA77A is #A25885. Grayscale: #8B8B8B. Windows color (decimal): -10639494 or 8038237. OLE color: 8038237.
HSL color Cylindrical-coordinate representation of color #5DA77A: hue angle of 143.51º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA77A is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 167 | 122 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.35 |
| HSL | 143.51º | 0.3% | 0.51% | - |
| HSV(B) | 143.51º | 0.44% | 0.65% | - |
| XYZ | 21.85 | 31.37 | 23.32 | - |
| YUV | 139.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 167 | 122 | 0.44 | 0 | 0.27 | 0.35 | 143.51 | 0.3 | 0.51 |
| Hex | 5D | A7 | 7A | 2C | 0 | 1B | 23 | 90 | 1E | 33 |
| Octal | 135 | 247 | 172 | 54 | 0 | 33 | 43 | 220 | 36 | 63 |
| Binary | 1011101 | 10100111 | 1111010 | 101100 | 0 | 11011 | 100011 | 10010000 | 11110 | 110011 |
Color Harmonies of #5DA77A
Complementary color
Monochromatic Colors of #5DA77A
Black with #5DA77A
Text Example
Text Example
White with #5DA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA77A; }
p { color: rgb(93,167,122); }
H1.HeaderClassName
{
color: #5DA77A;
}
.AnyTagClassName
{
color: #5DA77A;
}
</style>
background-color css
<style>
a { background-color: #5DA77A; }
a { background-color: rgb(93,167,122); }
div.DivClassName
{
background-color: #5DA77A;
}
.BgClassName
{
background-color: #5DA77A;
}
</style>
border-color css
<style>
span { border-color: #5DA77A; }
span { border-color: rgb(93,167,122); }
td.TdClassName
{
border-color: #5DA77A;
}
.TagClassName
{
border-color: #5DA77A;
}
</style>