Shades of Ocean Green #429C75
Tints of Ocean Green #429C75
RGB
CMYK
RGB Variations
Color information
#429C75 (or 0x429C75) is known color: Ocean Green. HEX triplet: 42, 9C and 75. RGB value is (66,156,117). Sum of RGB (Red+Green+Blue) = 66+156+117=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #429C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C75 is #BD638A. Grayscale: #7C7C7C. Windows color (decimal): -12411787 or 7707714. OLE color: 7707714.
HSL color Cylindrical-coordinate representation of color #429C75: hue angle of 154º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C75 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 117 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.39 |
| HSL | 154º | 0.41% | 0.44% | - |
| HSV(B) | 154º | 0.58% | 0.61% | - |
| XYZ | 17.35 | 26.22 | 20.98 | - |
| YUV | 124.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 117 | 0.58 | 0 | 0.25 | 0.39 | 154 | 0.41 | 0.44 |
| Hex | 42 | 9C | 75 | 3A | 0 | 19 | 27 | 9A | 29 | 2C |
| Octal | 102 | 234 | 165 | 72 | 0 | 31 | 47 | 232 | 51 | 54 |
| Binary | 1000010 | 10011100 | 1110101 | 111010 | 0 | 11001 | 100111 | 10011010 | 101001 | 101100 |
Color Harmonies of #429C75
Complementary color
Monochromatic Colors of #429C75
Black with #429C75
Text Example
Text Example
White with #429C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C75; }
p { color: rgb(66,156,117); }
H1.HeaderClassName
{
color: #429C75;
}
.AnyTagClassName
{
color: #429C75;
}
</style>
background-color css
<style>
a { background-color: #429C75; }
a { background-color: rgb(66,156,117); }
div.DivClassName
{
background-color: #429C75;
}
.BgClassName
{
background-color: #429C75;
}
</style>
border-color css
<style>
span { border-color: #429C75; }
span { border-color: rgb(66,156,117); }
td.TdClassName
{
border-color: #429C75;
}
.TagClassName
{
border-color: #429C75;
}
</style>