Shades of Ocean Green #4FA675
Tints of Ocean Green #4FA675
RGB
CMYK
RGB Variations
Color information
#4FA675 (or 0x4FA675) is known color: Ocean Green. HEX triplet: 4F, A6 and 75. RGB value is (79,166,117). Sum of RGB (Red+Green+Blue) = 79+166+117=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA675 is #B0598A. Grayscale: #868686. Windows color (decimal): -11557259 or 7710287. OLE color: 7710287.
HSL color Cylindrical-coordinate representation of color #4FA675: hue angle of 146.21º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA675 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 117 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.35 |
| HSL | 146.21º | 0.36% | 0.48% | - |
| HSV(B) | 146.21º | 0.52% | 0.65% | - |
| XYZ | 20.07 | 30.22 | 21.6 | - |
| YUV | 134.4 | 118.18 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 117 | 0.52 | 0 | 0.30 | 0.35 | 146.21 | 0.36 | 0.48 |
| Hex | 4F | A6 | 75 | 34 | 0 | 1E | 23 | 92 | 24 | 30 |
| Octal | 117 | 246 | 165 | 64 | 0 | 36 | 43 | 222 | 44 | 60 |
| Binary | 1001111 | 10100110 | 1110101 | 110100 | 0 | 11110 | 100011 | 10010010 | 100100 | 110000 |
Color Harmonies of #4FA675
Complementary color
Monochromatic Colors of #4FA675
Black with #4FA675
Text Example
Text Example
White with #4FA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA675; }
p { color: rgb(79,166,117); }
H1.HeaderClassName
{
color: #4FA675;
}
.AnyTagClassName
{
color: #4FA675;
}
</style>
background-color css
<style>
a { background-color: #4FA675; }
a { background-color: rgb(79,166,117); }
div.DivClassName
{
background-color: #4FA675;
}
.BgClassName
{
background-color: #4FA675;
}
</style>
border-color css
<style>
span { border-color: #4FA675; }
span { border-color: rgb(79,166,117); }
td.TdClassName
{
border-color: #4FA675;
}
.TagClassName
{
border-color: #4FA675;
}
</style>