Shades of Ocean Green #4B966E
Tints of Ocean Green #4B966E
RGB
CMYK
RGB Variations
Color information
#4B966E (or 0x4B966E) is known color: Ocean Green. HEX triplet: 4B, 96 and 6E. RGB value is (75,150,110). Sum of RGB (Red+Green+Blue) = 75+150+110=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #4B966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B966E is #B46991. Grayscale: #7B7B7B. Windows color (decimal): -11823506 or 7247435. OLE color: 7247435.
HSL color Cylindrical-coordinate representation of color #4B966E: hue angle of 148º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B966E is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 150 | 110 | - |
| CMYK | 0.5 | 0 | 0.27 | 0.41 |
| HSL | 148º | 0.33% | 0.44% | - |
| HSV(B) | 148º | 0.5% | 0.59% | - |
| XYZ | 16.62 | 24.43 | 18.59 | - |
| YUV | 123.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 150 | 110 | 0.5 | 0 | 0.27 | 0.41 | 148 | 0.33 | 0.44 |
| Hex | 4B | 96 | 6E | 32 | 0 | 1B | 29 | 94 | 21 | 2C |
| Octal | 113 | 226 | 156 | 62 | 0 | 33 | 51 | 224 | 41 | 54 |
| Binary | 1001011 | 10010110 | 1101110 | 110010 | 0 | 11011 | 101001 | 10010100 | 100001 | 101100 |
Color Harmonies of #4B966E
Complementary color
Monochromatic Colors of #4B966E
Black with #4B966E
Text Example
Text Example
White with #4B966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B966E; }
p { color: rgb(75,150,110); }
H1.HeaderClassName
{
color: #4B966E;
}
.AnyTagClassName
{
color: #4B966E;
}
</style>
background-color css
<style>
a { background-color: #4B966E; }
a { background-color: rgb(75,150,110); }
div.DivClassName
{
background-color: #4B966E;
}
.BgClassName
{
background-color: #4B966E;
}
</style>
border-color css
<style>
span { border-color: #4B966E; }
span { border-color: rgb(75,150,110); }
td.TdClassName
{
border-color: #4B966E;
}
.TagClassName
{
border-color: #4B966E;
}
</style>