Shades of Ocean Green #43986D
Tints of Ocean Green #43986D
RGB
CMYK
RGB Variations
Color information
#43986D (or 0x43986D) is known color: Ocean Green. HEX triplet: 43, 98 and 6D. RGB value is (67,152,109). Sum of RGB (Red+Green+Blue) = 67+152+109=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #43986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43986D is #BC6792. Grayscale: #797979. Windows color (decimal): -12347283 or 7182403. OLE color: 7182403.
HSL color Cylindrical-coordinate representation of color #43986D: hue angle of 149.65º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43986D is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 152 | 109 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.40 |
| HSL | 149.65º | 0.39% | 0.43% | - |
| HSV(B) | 149.65º | 0.56% | 0.6% | - |
| XYZ | 16.3 | 24.75 | 18.39 | - |
| YUV | 121.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 109 | 0.56 | 0 | 0.28 | 0.40 | 149.65 | 0.39 | 0.43 |
| Hex | 43 | 98 | 6D | 38 | 0 | 1C | 28 | 96 | 27 | 2B |
| Octal | 103 | 230 | 155 | 70 | 0 | 34 | 50 | 226 | 47 | 53 |
| Binary | 1000011 | 10011000 | 1101101 | 111000 | 0 | 11100 | 101000 | 10010110 | 100111 | 101011 |
Color Harmonies of #43986D
Complementary color
Monochromatic Colors of #43986D
Black with #43986D
Text Example
Text Example
White with #43986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43986D; }
p { color: rgb(67,152,109); }
H1.HeaderClassName
{
color: #43986D;
}
.AnyTagClassName
{
color: #43986D;
}
</style>
background-color css
<style>
a { background-color: #43986D; }
a { background-color: rgb(67,152,109); }
div.DivClassName
{
background-color: #43986D;
}
.BgClassName
{
background-color: #43986D;
}
</style>
border-color css
<style>
span { border-color: #43986D; }
span { border-color: rgb(67,152,109); }
td.TdClassName
{
border-color: #43986D;
}
.TagClassName
{
border-color: #43986D;
}
</style>