Shades of Ocean Green #4E9969
Tints of Ocean Green #4E9969
RGB
CMYK
RGB Variations
Color information
#4E9969 (or 0x4E9969) is known color: Ocean Green. HEX triplet: 4E, 99 and 69. RGB value is (78,153,105). Sum of RGB (Red+Green+Blue) = 78+153+105=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #4E9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9969 is #B16696. Grayscale: #7D7D7D. Windows color (decimal): -11626135 or 6920526. OLE color: 6920526.
HSL color Cylindrical-coordinate representation of color #4E9969: hue angle of 141.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9969 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 153 | 105 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.4 |
| HSL | 141.6º | 0.32% | 0.45% | - |
| HSV(B) | 141.6º | 0.49% | 0.6% | - |
| XYZ | 17.08 | 25.42 | 17.37 | - |
| YUV | 125.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 105 | 0.49 | 0 | 0.31 | 0.4 | 141.6 | 0.32 | 0.45 |
| Hex | 4E | 99 | 69 | 31 | 0 | 1F | 28 | 8E | 20 | 2D |
| Octal | 116 | 231 | 151 | 61 | 0 | 37 | 50 | 216 | 40 | 55 |
| Binary | 1001110 | 10011001 | 1101001 | 110001 | 0 | 11111 | 101000 | 10001110 | 100000 | 101101 |
Color Harmonies of #4E9969
Complementary color
Monochromatic Colors of #4E9969
Black with #4E9969
Text Example
Text Example
White with #4E9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9969; }
p { color: rgb(78,153,105); }
H1.HeaderClassName
{
color: #4E9969;
}
.AnyTagClassName
{
color: #4E9969;
}
</style>
background-color css
<style>
a { background-color: #4E9969; }
a { background-color: rgb(78,153,105); }
div.DivClassName
{
background-color: #4E9969;
}
.BgClassName
{
background-color: #4E9969;
}
</style>
border-color css
<style>
span { border-color: #4E9969; }
span { border-color: rgb(78,153,105); }
td.TdClassName
{
border-color: #4E9969;
}
.TagClassName
{
border-color: #4E9969;
}
</style>