Shades of Ocean Green #429B76
Tints of Ocean Green #429B76
RGB
CMYK
RGB Variations
Color information
#429B76 (or 0x429B76) is known color: Ocean Green. HEX triplet: 42, 9B and 76. RGB value is (66,155,118). Sum of RGB (Red+Green+Blue) = 66+155+118=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #429B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B76 is #BD6489. Grayscale: #7C7C7C. Windows color (decimal): -12412042 or 7772994. OLE color: 7772994.
HSL color Cylindrical-coordinate representation of color #429B76: hue angle of 155.06º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B76 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 118 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.39 |
| HSL | 155.06º | 0.4% | 0.43% | - |
| HSV(B) | 155.06º | 0.57% | 0.61% | - |
| XYZ | 17.24 | 25.91 | 21.23 | - |
| YUV | 124.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 118 | 0.57 | 0 | 0.24 | 0.39 | 155.06 | 0.4 | 0.43 |
| Hex | 42 | 9B | 76 | 39 | 0 | 18 | 27 | 9B | 28 | 2B |
| Octal | 102 | 233 | 166 | 71 | 0 | 30 | 47 | 233 | 50 | 53 |
| Binary | 1000010 | 10011011 | 1110110 | 111001 | 0 | 11000 | 100111 | 10011011 | 101000 | 101011 |
Color Harmonies of #429B76
Complementary color
Monochromatic Colors of #429B76
Black with #429B76
Text Example
Text Example
White with #429B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B76; }
p { color: rgb(66,155,118); }
H1.HeaderClassName
{
color: #429B76;
}
.AnyTagClassName
{
color: #429B76;
}
</style>
background-color css
<style>
a { background-color: #429B76; }
a { background-color: rgb(66,155,118); }
div.DivClassName
{
background-color: #429B76;
}
.BgClassName
{
background-color: #429B76;
}
</style>
border-color css
<style>
span { border-color: #429B76; }
span { border-color: rgb(66,155,118); }
td.TdClassName
{
border-color: #429B76;
}
.TagClassName
{
border-color: #429B76;
}
</style>