Shades of Ocean Green #5FA579
Tints of Ocean Green #5FA579
RGB
CMYK
RGB Variations
Color information
#5FA579 (or 0x5FA579) is known color: Ocean Green. HEX triplet: 5F, A5 and 79. RGB value is (95,165,121). Sum of RGB (Red+Green+Blue) = 95+165+121=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA579 is #A05A86. Grayscale: #8B8B8B. Windows color (decimal): -10508935 or 7972191. OLE color: 7972191.
HSL color Cylindrical-coordinate representation of color #5FA579: hue angle of 142.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA579 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 121 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.35 |
| HSL | 142.29º | 0.28% | 0.51% | - |
| HSV(B) | 142.29º | 0.42% | 0.65% | - |
| XYZ | 21.63 | 30.72 | 22.88 | - |
| YUV | 139.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 121 | 0.42 | 0 | 0.27 | 0.35 | 142.29 | 0.28 | 0.51 |
| Hex | 5F | A5 | 79 | 2A | 0 | 1B | 23 | 8E | 1C | 33 |
| Octal | 137 | 245 | 171 | 52 | 0 | 33 | 43 | 216 | 34 | 63 |
| Binary | 1011111 | 10100101 | 1111001 | 101010 | 0 | 11011 | 100011 | 10001110 | 11100 | 110011 |
Color Harmonies of #5FA579
Complementary color
Monochromatic Colors of #5FA579
Black with #5FA579
Text Example
Text Example
White with #5FA579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA579; }
p { color: rgb(95,165,121); }
H1.HeaderClassName
{
color: #5FA579;
}
.AnyTagClassName
{
color: #5FA579;
}
</style>
background-color css
<style>
a { background-color: #5FA579; }
a { background-color: rgb(95,165,121); }
div.DivClassName
{
background-color: #5FA579;
}
.BgClassName
{
background-color: #5FA579;
}
</style>
border-color css
<style>
span { border-color: #5FA579; }
span { border-color: rgb(95,165,121); }
td.TdClassName
{
border-color: #5FA579;
}
.TagClassName
{
border-color: #5FA579;
}
</style>