Shades of Ocean Green #42A77B
Tints of Ocean Green #42A77B
RGB
CMYK
RGB Variations
Color information
#42A77B (or 0x42A77B) is known color: Ocean Green. HEX triplet: 42, A7 and 7B. RGB value is (66,167,123). Sum of RGB (Red+Green+Blue) = 66+167+123=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #42A77B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A77B is #BD5884. Grayscale: #838383. Windows color (decimal): -12408965 or 8103746. OLE color: 8103746.
HSL color Cylindrical-coordinate representation of color #42A77B: hue angle of 153.86º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A77B is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 167 | 123 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.35 |
| HSL | 153.86º | 0.43% | 0.46% | - |
| HSV(B) | 153.86º | 0.6% | 0.65% | - |
| XYZ | 19.64 | 30.23 | 23.54 | - |
| YUV | 131.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 167 | 123 | 0.60 | 0 | 0.26 | 0.35 | 153.86 | 0.43 | 0.46 |
| Hex | 42 | A7 | 7B | 3C | 0 | 1A | 23 | 9A | 2B | 2E |
| Octal | 102 | 247 | 173 | 74 | 0 | 32 | 43 | 232 | 53 | 56 |
| Binary | 1000010 | 10100111 | 1111011 | 111100 | 0 | 11010 | 100011 | 10011010 | 101011 | 101110 |
Color Harmonies of #42A77B
Complementary color
Monochromatic Colors of #42A77B
Black with #42A77B
Text Example
Text Example
White with #42A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A77B; }
p { color: rgb(66,167,123); }
H1.HeaderClassName
{
color: #42A77B;
}
.AnyTagClassName
{
color: #42A77B;
}
</style>
background-color css
<style>
a { background-color: #42A77B; }
a { background-color: rgb(66,167,123); }
div.DivClassName
{
background-color: #42A77B;
}
.BgClassName
{
background-color: #42A77B;
}
</style>
border-color css
<style>
span { border-color: #42A77B; }
span { border-color: rgb(66,167,123); }
td.TdClassName
{
border-color: #42A77B;
}
.TagClassName
{
border-color: #42A77B;
}
</style>