Shades of Ocean Green #5FAC78
Tints of Ocean Green #5FAC78
RGB
CMYK
RGB Variations
Color information
#5FAC78 (or 0x5FAC78) is known color: Ocean Green. HEX triplet: 5F, AC and 78. RGB value is (95,172,120). Sum of RGB (Red+Green+Blue) = 95+172+120=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC78 is #A05387. Grayscale: #8F8F8F. Windows color (decimal): -10507144 or 7908447. OLE color: 7908447.
HSL color Cylindrical-coordinate representation of color #5FAC78: hue angle of 139.48º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC78 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 120 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.33 |
| HSL | 139.48º | 0.32% | 0.52% | - |
| HSV(B) | 139.48º | 0.45% | 0.67% | - |
| XYZ | 22.86 | 33.29 | 22.99 | - |
| YUV | 143.05 | 114.99 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 120 | 0.45 | 0 | 0.30 | 0.33 | 139.48 | 0.32 | 0.52 |
| Hex | 5F | AC | 78 | 2D | 0 | 1E | 21 | 8B | 20 | 34 |
| Octal | 137 | 254 | 170 | 55 | 0 | 36 | 41 | 213 | 40 | 64 |
| Binary | 1011111 | 10101100 | 1111000 | 101101 | 0 | 11110 | 100001 | 10001011 | 100000 | 110100 |
Color Harmonies of #5FAC78
Complementary color
Monochromatic Colors of #5FAC78
Black with #5FAC78
Text Example
Text Example
White with #5FAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC78; }
p { color: rgb(95,172,120); }
H1.HeaderClassName
{
color: #5FAC78;
}
.AnyTagClassName
{
color: #5FAC78;
}
</style>
background-color css
<style>
a { background-color: #5FAC78; }
a { background-color: rgb(95,172,120); }
div.DivClassName
{
background-color: #5FAC78;
}
.BgClassName
{
background-color: #5FAC78;
}
</style>
border-color css
<style>
span { border-color: #5FAC78; }
span { border-color: rgb(95,172,120); }
td.TdClassName
{
border-color: #5FAC78;
}
.TagClassName
{
border-color: #5FAC78;
}
</style>