Shades of Ocean Green #4B996C
Tints of Ocean Green #4B996C
RGB
CMYK
RGB Variations
Color information
#4B996C (or 0x4B996C) is known color: Ocean Green. HEX triplet: 4B, 99 and 6C. RGB value is (75,153,108). Sum of RGB (Red+Green+Blue) = 75+153+108=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #4B996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B996C is #B46693. Grayscale: #7C7C7C. Windows color (decimal): -11822740 or 7117131. OLE color: 7117131.
HSL color Cylindrical-coordinate representation of color #4B996C: hue angle of 145.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B996C is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 108 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.4 |
| HSL | 145.38º | 0.34% | 0.45% | - |
| HSV(B) | 145.38º | 0.51% | 0.6% | - |
| XYZ | 17 | 25.36 | 18.19 | - |
| YUV | 124.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 108 | 0.51 | 0 | 0.29 | 0.4 | 145.38 | 0.34 | 0.45 |
| Hex | 4B | 99 | 6C | 33 | 0 | 1D | 28 | 91 | 22 | 2D |
| Octal | 113 | 231 | 154 | 63 | 0 | 35 | 50 | 221 | 42 | 55 |
| Binary | 1001011 | 10011001 | 1101100 | 110011 | 0 | 11101 | 101000 | 10010001 | 100010 | 101101 |
Color Harmonies of #4B996C
Complementary color
Monochromatic Colors of #4B996C
Black with #4B996C
Text Example
Text Example
White with #4B996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B996C; }
p { color: rgb(75,153,108); }
H1.HeaderClassName
{
color: #4B996C;
}
.AnyTagClassName
{
color: #4B996C;
}
</style>
background-color css
<style>
a { background-color: #4B996C; }
a { background-color: rgb(75,153,108); }
div.DivClassName
{
background-color: #4B996C;
}
.BgClassName
{
background-color: #4B996C;
}
</style>
border-color css
<style>
span { border-color: #4B996C; }
span { border-color: rgb(75,153,108); }
td.TdClassName
{
border-color: #4B996C;
}
.TagClassName
{
border-color: #4B996C;
}
</style>