Shades of Ocean Green #4FAE75
Tints of Ocean Green #4FAE75
RGB
CMYK
RGB Variations
Color information
#4FAE75 (or 0x4FAE75) is known color: Ocean Green. HEX triplet: 4F, AE and 75. RGB value is (79,174,117). Sum of RGB (Red+Green+Blue) = 79+174+117=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE75 is #B0518A. Grayscale: #8B8B8B. Windows color (decimal): -11555211 or 7712335. OLE color: 7712335.
HSL color Cylindrical-coordinate representation of color #4FAE75: hue angle of 144º 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 #4FAE75 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 117 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.32 |
| HSL | 144º | 0.38% | 0.5% | - |
| HSV(B) | 144º | 0.55% | 0.68% | - |
| XYZ | 21.57 | 33.22 | 22.1 | - |
| YUV | 139.1 | 115.53 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 117 | 0.55 | 0 | 0.33 | 0.32 | 144 | 0.38 | 0.5 |
| Hex | 4F | AE | 75 | 37 | 0 | 21 | 20 | 90 | 26 | 32 |
| Octal | 117 | 256 | 165 | 67 | 0 | 41 | 40 | 220 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1110101 | 110111 | 0 | 100001 | 100000 | 10010000 | 100110 | 110010 |
Color Harmonies of #4FAE75
Complementary color
Monochromatic Colors of #4FAE75
Black with #4FAE75
Text Example
Text Example
White with #4FAE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE75; }
p { color: rgb(79,174,117); }
H1.HeaderClassName
{
color: #4FAE75;
}
.AnyTagClassName
{
color: #4FAE75;
}
</style>
background-color css
<style>
a { background-color: #4FAE75; }
a { background-color: rgb(79,174,117); }
div.DivClassName
{
background-color: #4FAE75;
}
.BgClassName
{
background-color: #4FAE75;
}
</style>
border-color css
<style>
span { border-color: #4FAE75; }
span { border-color: rgb(79,174,117); }
td.TdClassName
{
border-color: #4FAE75;
}
.TagClassName
{
border-color: #4FAE75;
}
</style>