Shades of Ocean Green #4FB166
Tints of Ocean Green #4FB166
RGB
CMYK
RGB Variations
Color information
#4FB166 (or 0x4FB166) is known color: Ocean Green. HEX triplet: 4F, B1 and 66. RGB value is (79,177,102). Sum of RGB (Red+Green+Blue) = 79+177+102=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB166 is #B04E99. Grayscale: #8B8B8B. Windows color (decimal): -11554458 or 6730063. OLE color: 6730063.
HSL color Cylindrical-coordinate representation of color #4FB166: hue angle of 134.08º degrees, saturation: 0.39, 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 #4FB166 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 177 | 102 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.31 |
| HSL | 134.08º | 0.39% | 0.5% | - |
| HSV(B) | 134.08º | 0.55% | 0.69% | - |
| XYZ | 21.34 | 34.07 | 18.02 | - |
| YUV | 139.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 177 | 102 | 0.55 | 0 | 0.42 | 0.31 | 134.08 | 0.39 | 0.5 |
| Hex | 4F | B1 | 66 | 37 | 0 | 2A | 1F | 86 | 27 | 32 |
| Octal | 117 | 261 | 146 | 67 | 0 | 52 | 37 | 206 | 47 | 62 |
| Binary | 1001111 | 10110001 | 1100110 | 110111 | 0 | 101010 | 11111 | 10000110 | 100111 | 110010 |
Color Harmonies of #4FB166
Complementary color
Monochromatic Colors of #4FB166
Black with #4FB166
Text Example
Text Example
White with #4FB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB166; }
p { color: rgb(79,177,102); }
H1.HeaderClassName
{
color: #4FB166;
}
.AnyTagClassName
{
color: #4FB166;
}
</style>
background-color css
<style>
a { background-color: #4FB166; }
a { background-color: rgb(79,177,102); }
div.DivClassName
{
background-color: #4FB166;
}
.BgClassName
{
background-color: #4FB166;
}
</style>
border-color css
<style>
span { border-color: #4FB166; }
span { border-color: rgb(79,177,102); }
td.TdClassName
{
border-color: #4FB166;
}
.TagClassName
{
border-color: #4FB166;
}
</style>