Shades of Ocean Green #409F6F
Tints of Ocean Green #409F6F
RGB
CMYK
RGB Variations
Color information
#409F6F (or 0x409F6F) is known color: Ocean Green. HEX triplet: 40, 9F and 6F. RGB value is (64,159,111). Sum of RGB (Red+Green+Blue) = 64+159+111=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #409F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409F6F is #BF6090. Grayscale: #7D7D7D. Windows color (decimal): -12542097 or 7315264. OLE color: 7315264.
HSL color Cylindrical-coordinate representation of color #409F6F: hue angle of 149.68º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409F6F is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 159 | 111 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.38 |
| HSL | 149.68º | 0.43% | 0.44% | - |
| HSV(B) | 149.68º | 0.6% | 0.62% | - |
| XYZ | 17.38 | 27.03 | 19.34 | - |
| YUV | 125.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 111 | 0.60 | 0 | 0.30 | 0.38 | 149.68 | 0.43 | 0.44 |
| Hex | 40 | 9F | 6F | 3C | 0 | 1E | 26 | 96 | 2B | 2C |
| Octal | 100 | 237 | 157 | 74 | 0 | 36 | 46 | 226 | 53 | 54 |
| Binary | 1000000 | 10011111 | 1101111 | 111100 | 0 | 11110 | 100110 | 10010110 | 101011 | 101100 |
Color Harmonies of #409F6F
Complementary color
Monochromatic Colors of #409F6F
Black with #409F6F
Text Example
Text Example
White with #409F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409F6F; }
p { color: rgb(64,159,111); }
H1.HeaderClassName
{
color: #409F6F;
}
.AnyTagClassName
{
color: #409F6F;
}
</style>
background-color css
<style>
a { background-color: #409F6F; }
a { background-color: rgb(64,159,111); }
div.DivClassName
{
background-color: #409F6F;
}
.BgClassName
{
background-color: #409F6F;
}
</style>
border-color css
<style>
span { border-color: #409F6F; }
span { border-color: rgb(64,159,111); }
td.TdClassName
{
border-color: #409F6F;
}
.TagClassName
{
border-color: #409F6F;
}
</style>