Shades of Ocean Green #5FAC76
Tints of Ocean Green #5FAC76
RGB
CMYK
RGB Variations
Color information
#5FAC76 (or 0x5FAC76) is known color: Ocean Green. HEX triplet: 5F, AC and 76. RGB value is (95,172,118). Sum of RGB (Red+Green+Blue) = 95+172+118=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC76 is #A05389. Grayscale: #8E8E8E. Windows color (decimal): -10507146 or 7777375. OLE color: 7777375.
HSL color Cylindrical-coordinate representation of color #5FAC76: hue angle of 137.92º 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 #5FAC76 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 118 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.33 |
| HSL | 137.92º | 0.32% | 0.52% | - |
| HSV(B) | 137.92º | 0.45% | 0.67% | - |
| XYZ | 22.74 | 33.25 | 22.36 | - |
| YUV | 142.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 118 | 0.45 | 0 | 0.31 | 0.33 | 137.92 | 0.32 | 0.52 |
| Hex | 5F | AC | 76 | 2D | 0 | 1F | 21 | 8A | 20 | 34 |
| Octal | 137 | 254 | 166 | 55 | 0 | 37 | 41 | 212 | 40 | 64 |
| Binary | 1011111 | 10101100 | 1110110 | 101101 | 0 | 11111 | 100001 | 10001010 | 100000 | 110100 |
Color Harmonies of #5FAC76
Complementary color
Monochromatic Colors of #5FAC76
Black with #5FAC76
Text Example
Text Example
White with #5FAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC76; }
p { color: rgb(95,172,118); }
H1.HeaderClassName
{
color: #5FAC76;
}
.AnyTagClassName
{
color: #5FAC76;
}
</style>
background-color css
<style>
a { background-color: #5FAC76; }
a { background-color: rgb(95,172,118); }
div.DivClassName
{
background-color: #5FAC76;
}
.BgClassName
{
background-color: #5FAC76;
}
</style>
border-color css
<style>
span { border-color: #5FAC76; }
span { border-color: rgb(95,172,118); }
td.TdClassName
{
border-color: #5FAC76;
}
.TagClassName
{
border-color: #5FAC76;
}
</style>