Shades of Ocean Green #4E926B
Tints of Ocean Green #4E926B
RGB
CMYK
RGB Variations
Color information
#4E926B (or 0x4E926B) is known color: Ocean Green. HEX triplet: 4E, 92 and 6B. RGB value is (78,146,107). Sum of RGB (Red+Green+Blue) = 78+146+107=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #4E926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E926B is #B16D94. Grayscale: #797979. Windows color (decimal): -11627925 or 7049806. OLE color: 7049806.
HSL color Cylindrical-coordinate representation of color #4E926B: hue angle of 145.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E926B is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 107 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.43 |
| HSL | 145.59º | 0.3% | 0.44% | - |
| HSV(B) | 145.59º | 0.47% | 0.57% | - |
| XYZ | 16.07 | 23.24 | 17.55 | - |
| YUV | 121.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 107 | 0.47 | 0 | 0.27 | 0.43 | 145.59 | 0.3 | 0.44 |
| Hex | 4E | 92 | 6B | 2F | 0 | 1B | 2B | 92 | 1E | 2C |
| Octal | 116 | 222 | 153 | 57 | 0 | 33 | 53 | 222 | 36 | 54 |
| Binary | 1001110 | 10010010 | 1101011 | 101111 | 0 | 11011 | 101011 | 10010010 | 11110 | 101100 |
Color Harmonies of #4E926B
Complementary color
Monochromatic Colors of #4E926B
Black with #4E926B
Text Example
Text Example
White with #4E926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E926B; }
p { color: rgb(78,146,107); }
H1.HeaderClassName
{
color: #4E926B;
}
.AnyTagClassName
{
color: #4E926B;
}
</style>
background-color css
<style>
a { background-color: #4E926B; }
a { background-color: rgb(78,146,107); }
div.DivClassName
{
background-color: #4E926B;
}
.BgClassName
{
background-color: #4E926B;
}
</style>
border-color css
<style>
span { border-color: #4E926B; }
span { border-color: rgb(78,146,107); }
td.TdClassName
{
border-color: #4E926B;
}
.TagClassName
{
border-color: #4E926B;
}
</style>