Shades of Ocean Green #5DAF76
Tints of Ocean Green #5DAF76
RGB
CMYK
RGB Variations
Color information
#5DAF76 (or 0x5DAF76) is known color: Ocean Green. HEX triplet: 5D, AF and 76. RGB value is (93,175,118). Sum of RGB (Red+Green+Blue) = 93+175+118=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF76 is #A25089. Grayscale: #909090. Windows color (decimal): -10637450 or 7778141. OLE color: 7778141.
HSL color Cylindrical-coordinate representation of color #5DAF76: hue angle of 138.29º 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 #5DAF76 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 118 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.31 |
| HSL | 138.29º | 0.34% | 0.53% | - |
| HSV(B) | 138.29º | 0.47% | 0.69% | - |
| XYZ | 23.11 | 34.3 | 22.54 | - |
| YUV | 143.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 118 | 0.47 | 0 | 0.33 | 0.31 | 138.29 | 0.34 | 0.53 |
| Hex | 5D | AF | 76 | 2F | 0 | 21 | 1F | 8A | 22 | 35 |
| Octal | 135 | 257 | 166 | 57 | 0 | 41 | 37 | 212 | 42 | 65 |
| Binary | 1011101 | 10101111 | 1110110 | 101111 | 0 | 100001 | 11111 | 10001010 | 100010 | 110101 |
Color Harmonies of #5DAF76
Complementary color
Monochromatic Colors of #5DAF76
Black with #5DAF76
Text Example
Text Example
White with #5DAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAF76; }
p { color: rgb(93,175,118); }
H1.HeaderClassName
{
color: #5DAF76;
}
.AnyTagClassName
{
color: #5DAF76;
}
</style>
background-color css
<style>
a { background-color: #5DAF76; }
a { background-color: rgb(93,175,118); }
div.DivClassName
{
background-color: #5DAF76;
}
.BgClassName
{
background-color: #5DAF76;
}
</style>
border-color css
<style>
span { border-color: #5DAF76; }
span { border-color: rgb(93,175,118); }
td.TdClassName
{
border-color: #5DAF76;
}
.TagClassName
{
border-color: #5DAF76;
}
</style>