Shades of Ocean Green #429E76
Tints of Ocean Green #429E76
RGB
CMYK
RGB Variations
Color information
#429E76 (or 0x429E76) is known color: Ocean Green. HEX triplet: 42, 9E and 76. RGB value is (66,158,118). Sum of RGB (Red+Green+Blue) = 66+158+118=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #429E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E76 is #BD6189. Grayscale: #7E7E7E. Windows color (decimal): -12411274 or 7773762. OLE color: 7773762.
HSL color Cylindrical-coordinate representation of color #429E76: hue angle of 153.91º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429E76 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 118 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.38 |
| HSL | 153.91º | 0.41% | 0.44% | - |
| HSV(B) | 153.91º | 0.58% | 0.62% | - |
| XYZ | 17.74 | 26.92 | 21.4 | - |
| YUV | 125.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 118 | 0.58 | 0 | 0.25 | 0.38 | 153.91 | 0.41 | 0.44 |
| Hex | 42 | 9E | 76 | 3A | 0 | 19 | 26 | 9A | 29 | 2C |
| Octal | 102 | 236 | 166 | 72 | 0 | 31 | 46 | 232 | 51 | 54 |
| Binary | 1000010 | 10011110 | 1110110 | 111010 | 0 | 11001 | 100110 | 10011010 | 101001 | 101100 |
Color Harmonies of #429E76
Complementary color
Monochromatic Colors of #429E76
Black with #429E76
Text Example
Text Example
White with #429E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E76; }
p { color: rgb(66,158,118); }
H1.HeaderClassName
{
color: #429E76;
}
.AnyTagClassName
{
color: #429E76;
}
</style>
background-color css
<style>
a { background-color: #429E76; }
a { background-color: rgb(66,158,118); }
div.DivClassName
{
background-color: #429E76;
}
.BgClassName
{
background-color: #429E76;
}
</style>
border-color css
<style>
span { border-color: #429E76; }
span { border-color: rgb(66,158,118); }
td.TdClassName
{
border-color: #429E76;
}
.TagClassName
{
border-color: #429E76;
}
</style>