Shades of Ocean Green #4F9F7F
Tints of Ocean Green #4F9F7F
RGB
CMYK
RGB Variations
Color information
#4F9F7F (or 0x4F9F7F) is known color: Ocean Green. HEX triplet: 4F, 9F and 7F. RGB value is (79,159,127). Sum of RGB (Red+Green+Blue) = 79+159+127=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9F7F is #B06080. Grayscale: #838383. Windows color (decimal): -11559041 or 8363855. OLE color: 8363855.
HSL color Cylindrical-coordinate representation of color #4F9F7F: hue angle of 156º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F7F is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 159 | 127 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.38 |
| HSL | 156º | 0.34% | 0.47% | - |
| HSV(B) | 156º | 0.5% | 0.62% | - |
| XYZ | 19.45 | 27.99 | 24.46 | - |
| YUV | 131.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 159 | 127 | 0.50 | 0 | 0.20 | 0.38 | 156 | 0.34 | 0.47 |
| Hex | 4F | 9F | 7F | 32 | 0 | 14 | 26 | 9C | 22 | 2F |
| Octal | 117 | 237 | 177 | 62 | 0 | 24 | 46 | 234 | 42 | 57 |
| Binary | 1001111 | 10011111 | 1111111 | 110010 | 0 | 10100 | 100110 | 10011100 | 100010 | 101111 |
Color Harmonies of #4F9F7F
Complementary color
Monochromatic Colors of #4F9F7F
Black with #4F9F7F
Text Example
Text Example
White with #4F9F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9F7F; }
p { color: rgb(79,159,127); }
H1.HeaderClassName
{
color: #4F9F7F;
}
.AnyTagClassName
{
color: #4F9F7F;
}
</style>
background-color css
<style>
a { background-color: #4F9F7F; }
a { background-color: rgb(79,159,127); }
div.DivClassName
{
background-color: #4F9F7F;
}
.BgClassName
{
background-color: #4F9F7F;
}
</style>
border-color css
<style>
span { border-color: #4F9F7F; }
span { border-color: rgb(79,159,127); }
td.TdClassName
{
border-color: #4F9F7F;
}
.TagClassName
{
border-color: #4F9F7F;
}
</style>