Shades of Ocean Green #40A077
Tints of Ocean Green #40A077
RGB
CMYK
RGB Variations
Color information
#40A077 (or 0x40A077) is known color: Ocean Green. HEX triplet: 40, A0 and 77. RGB value is (64,160,119). Sum of RGB (Red+Green+Blue) = 64+160+119=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #40A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A077 is #BF5F88. Grayscale: #7E7E7E. Windows color (decimal): -12541833 or 7839808. OLE color: 7839808.
HSL color Cylindrical-coordinate representation of color #40A077: hue angle of 154.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A077 is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 119 | - |
| CMYK | 0.6 | 0 | 0.26 | 0.37 |
| HSL | 154.38º | 0.43% | 0.44% | - |
| HSV(B) | 154.38º | 0.6% | 0.63% | - |
| XYZ | 18.01 | 27.56 | 21.82 | - |
| YUV | 126.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 119 | 0.6 | 0 | 0.26 | 0.37 | 154.38 | 0.43 | 0.44 |
| Hex | 40 | A0 | 77 | 3C | 0 | 1A | 25 | 9A | 2B | 2C |
| Octal | 100 | 240 | 167 | 74 | 0 | 32 | 45 | 232 | 53 | 54 |
| Binary | 1000000 | 10100000 | 1110111 | 111100 | 0 | 11010 | 100101 | 10011010 | 101011 | 101100 |
Color Harmonies of #40A077
Complementary color
Monochromatic Colors of #40A077
Black with #40A077
Text Example
Text Example
White with #40A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A077; }
p { color: rgb(64,160,119); }
H1.HeaderClassName
{
color: #40A077;
}
.AnyTagClassName
{
color: #40A077;
}
</style>
background-color css
<style>
a { background-color: #40A077; }
a { background-color: rgb(64,160,119); }
div.DivClassName
{
background-color: #40A077;
}
.BgClassName
{
background-color: #40A077;
}
</style>
border-color css
<style>
span { border-color: #40A077; }
span { border-color: rgb(64,160,119); }
td.TdClassName
{
border-color: #40A077;
}
.TagClassName
{
border-color: #40A077;
}
</style>