Shades of Ocean Green #5FA978
Tints of Ocean Green #5FA978
RGB
CMYK
RGB Variations
Color information
#5FA978 (or 0x5FA978) is known color: Ocean Green. HEX triplet: 5F, A9 and 78. RGB value is (95,169,120). Sum of RGB (Red+Green+Blue) = 95+169+120=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA978 is #A05687. Grayscale: #8D8D8D. Windows color (decimal): -10507912 or 7907679. OLE color: 7907679.
HSL color Cylindrical-coordinate representation of color #5FA978: hue angle of 140.27º 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 #5FA978 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 120 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.34 |
| HSL | 140.27º | 0.3% | 0.52% | - |
| HSV(B) | 140.27º | 0.44% | 0.66% | - |
| XYZ | 22.3 | 32.16 | 22.8 | - |
| YUV | 141.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 120 | 0.44 | 0 | 0.29 | 0.34 | 140.27 | 0.3 | 0.52 |
| Hex | 5F | A9 | 78 | 2C | 0 | 1D | 22 | 8C | 1E | 34 |
| Octal | 137 | 251 | 170 | 54 | 0 | 35 | 42 | 214 | 36 | 64 |
| Binary | 1011111 | 10101001 | 1111000 | 101100 | 0 | 11101 | 100010 | 10001100 | 11110 | 110100 |
Color Harmonies of #5FA978
Complementary color
Monochromatic Colors of #5FA978
Black with #5FA978
Text Example
Text Example
White with #5FA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA978; }
p { color: rgb(95,169,120); }
H1.HeaderClassName
{
color: #5FA978;
}
.AnyTagClassName
{
color: #5FA978;
}
</style>
background-color css
<style>
a { background-color: #5FA978; }
a { background-color: rgb(95,169,120); }
div.DivClassName
{
background-color: #5FA978;
}
.BgClassName
{
background-color: #5FA978;
}
</style>
border-color css
<style>
span { border-color: #5FA978; }
span { border-color: rgb(95,169,120); }
td.TdClassName
{
border-color: #5FA978;
}
.TagClassName
{
border-color: #5FA978;
}
</style>