Shades of Ocean Green #4FAE78
Tints of Ocean Green #4FAE78
RGB
CMYK
RGB Variations
Color information
#4FAE78 (or 0x4FAE78) is known color: Ocean Green. HEX triplet: 4F, AE and 78. RGB value is (79,174,120). Sum of RGB (Red+Green+Blue) = 79+174+120=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE78 is #B05187. Grayscale: #8B8B8B. Windows color (decimal): -11555208 or 7908943. OLE color: 7908943.
HSL color Cylindrical-coordinate representation of color #4FAE78: hue angle of 145.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE78 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 120 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.32 |
| HSL | 145.89º | 0.38% | 0.5% | - |
| HSV(B) | 145.89º | 0.55% | 0.68% | - |
| XYZ | 21.75 | 33.29 | 23.05 | - |
| YUV | 139.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 120 | 0.55 | 0 | 0.31 | 0.32 | 145.89 | 0.38 | 0.5 |
| Hex | 4F | AE | 78 | 37 | 0 | 1F | 20 | 92 | 26 | 32 |
| Octal | 117 | 256 | 170 | 67 | 0 | 37 | 40 | 222 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1111000 | 110111 | 0 | 11111 | 100000 | 10010010 | 100110 | 110010 |
Color Harmonies of #4FAE78
Complementary color
Monochromatic Colors of #4FAE78
Black with #4FAE78
Text Example
Text Example
White with #4FAE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE78; }
p { color: rgb(79,174,120); }
H1.HeaderClassName
{
color: #4FAE78;
}
.AnyTagClassName
{
color: #4FAE78;
}
</style>
background-color css
<style>
a { background-color: #4FAE78; }
a { background-color: rgb(79,174,120); }
div.DivClassName
{
background-color: #4FAE78;
}
.BgClassName
{
background-color: #4FAE78;
}
</style>
border-color css
<style>
span { border-color: #4FAE78; }
span { border-color: rgb(79,174,120); }
td.TdClassName
{
border-color: #4FAE78;
}
.TagClassName
{
border-color: #4FAE78;
}
</style>