Shades of Ocean Green #4D9B7B
Tints of Ocean Green #4D9B7B
RGB
CMYK
RGB Variations
Color information
#4D9B7B (or 0x4D9B7B) is known color: Ocean Green. HEX triplet: 4D, 9B and 7B. RGB value is (77,155,123). Sum of RGB (Red+Green+Blue) = 77+155+123=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9B7B is #B26484. Grayscale: #808080. Windows color (decimal): -11691141 or 8100685. OLE color: 8100685.
HSL color Cylindrical-coordinate representation of color #4D9B7B: hue angle of 155.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B7B is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 155 | 123 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.39 |
| HSL | 155.38º | 0.34% | 0.45% | - |
| HSV(B) | 155.38º | 0.5% | 0.61% | - |
| XYZ | 18.36 | 26.45 | 22.88 | - |
| YUV | 128.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 123 | 0.50 | 0 | 0.21 | 0.39 | 155.38 | 0.34 | 0.45 |
| Hex | 4D | 9B | 7B | 32 | 0 | 15 | 27 | 9B | 22 | 2D |
| Octal | 115 | 233 | 173 | 62 | 0 | 25 | 47 | 233 | 42 | 55 |
| Binary | 1001101 | 10011011 | 1111011 | 110010 | 0 | 10101 | 100111 | 10011011 | 100010 | 101101 |
Color Harmonies of #4D9B7B
Complementary color
Monochromatic Colors of #4D9B7B
Black with #4D9B7B
Text Example
Text Example
White with #4D9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9B7B; }
p { color: rgb(77,155,123); }
H1.HeaderClassName
{
color: #4D9B7B;
}
.AnyTagClassName
{
color: #4D9B7B;
}
</style>
background-color css
<style>
a { background-color: #4D9B7B; }
a { background-color: rgb(77,155,123); }
div.DivClassName
{
background-color: #4D9B7B;
}
.BgClassName
{
background-color: #4D9B7B;
}
</style>
border-color css
<style>
span { border-color: #4D9B7B; }
span { border-color: rgb(77,155,123); }
td.TdClassName
{
border-color: #4D9B7B;
}
.TagClassName
{
border-color: #4D9B7B;
}
</style>