Shades of Ocean Green #4FAF7F
Tints of Ocean Green #4FAF7F
RGB
CMYK
RGB Variations
Color information
#4FAF7F (or 0x4FAF7F) is known color: Ocean Green. HEX triplet: 4F, AF and 7F. RGB value is (79,175,127). Sum of RGB (Red+Green+Blue) = 79+175+127=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAF7F is #B05080. Grayscale: #8C8C8C. Windows color (decimal): -11554945 or 8367951. OLE color: 8367951.
HSL color Cylindrical-coordinate representation of color #4FAF7F: hue angle of 150º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF7F is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 127 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.31 |
| HSL | 150º | 0.38% | 0.5% | - |
| HSV(B) | 150º | 0.55% | 0.69% | - |
| XYZ | 22.39 | 33.85 | 25.43 | - |
| YUV | 140.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 127 | 0.55 | 0 | 0.27 | 0.31 | 150 | 0.38 | 0.5 |
| Hex | 4F | AF | 7F | 37 | 0 | 1B | 1F | 96 | 26 | 32 |
| Octal | 117 | 257 | 177 | 67 | 0 | 33 | 37 | 226 | 46 | 62 |
| Binary | 1001111 | 10101111 | 1111111 | 110111 | 0 | 11011 | 11111 | 10010110 | 100110 | 110010 |
Color Harmonies of #4FAF7F
Complementary color
Monochromatic Colors of #4FAF7F
Black with #4FAF7F
Text Example
Text Example
White with #4FAF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAF7F; }
p { color: rgb(79,175,127); }
H1.HeaderClassName
{
color: #4FAF7F;
}
.AnyTagClassName
{
color: #4FAF7F;
}
</style>
background-color css
<style>
a { background-color: #4FAF7F; }
a { background-color: rgb(79,175,127); }
div.DivClassName
{
background-color: #4FAF7F;
}
.BgClassName
{
background-color: #4FAF7F;
}
</style>
border-color css
<style>
span { border-color: #4FAF7F; }
span { border-color: rgb(79,175,127); }
td.TdClassName
{
border-color: #4FAF7F;
}
.TagClassName
{
border-color: #4FAF7F;
}
</style>