Shades of Ocean Green #5FA977
Tints of Ocean Green #5FA977
RGB
CMYK
RGB Variations
Color information
#5FA977 (or 0x5FA977) is known color: Ocean Green. HEX triplet: 5F, A9 and 77. RGB value is (95,169,119). Sum of RGB (Red+Green+Blue) = 95+169+119=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA977 is #A05688. Grayscale: #8D8D8D. Windows color (decimal): -10507913 or 7842143. OLE color: 7842143.
HSL color Cylindrical-coordinate representation of color #5FA977: hue angle of 139.46º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA977 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 119 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.34 |
| HSL | 139.46º | 0.3% | 0.52% | - |
| HSV(B) | 139.46º | 0.44% | 0.66% | - |
| XYZ | 22.24 | 32.14 | 22.48 | - |
| YUV | 141.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 119 | 0.44 | 0 | 0.30 | 0.34 | 139.46 | 0.3 | 0.52 |
| Hex | 5F | A9 | 77 | 2C | 0 | 1E | 22 | 8B | 1E | 34 |
| Octal | 137 | 251 | 167 | 54 | 0 | 36 | 42 | 213 | 36 | 64 |
| Binary | 1011111 | 10101001 | 1110111 | 101100 | 0 | 11110 | 100010 | 10001011 | 11110 | 110100 |
Color Harmonies of #5FA977
Complementary color
Monochromatic Colors of #5FA977
Black with #5FA977
Text Example
Text Example
White with #5FA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA977; }
p { color: rgb(95,169,119); }
H1.HeaderClassName
{
color: #5FA977;
}
.AnyTagClassName
{
color: #5FA977;
}
</style>
background-color css
<style>
a { background-color: #5FA977; }
a { background-color: rgb(95,169,119); }
div.DivClassName
{
background-color: #5FA977;
}
.BgClassName
{
background-color: #5FA977;
}
</style>
border-color css
<style>
span { border-color: #5FA977; }
span { border-color: rgb(95,169,119); }
td.TdClassName
{
border-color: #5FA977;
}
.TagClassName
{
border-color: #5FA977;
}
</style>