Shades of Ocean Green #43996E
Tints of Ocean Green #43996E
RGB
CMYK
RGB Variations
Color information
#43996E (or 0x43996E) is known color: Ocean Green. HEX triplet: 43, 99 and 6E. RGB value is (67,153,110). Sum of RGB (Red+Green+Blue) = 67+153+110=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #43996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43996E is #BC6691. Grayscale: #7A7A7A. Windows color (decimal): -12347026 or 7248195. OLE color: 7248195.
HSL color Cylindrical-coordinate representation of color #43996E: hue angle of 150º 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 #43996E is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 153 | 110 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.4 |
| HSL | 150º | 0.39% | 0.43% | - |
| HSV(B) | 150º | 0.56% | 0.6% | - |
| XYZ | 16.52 | 25.1 | 18.73 | - |
| YUV | 122.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 110 | 0.56 | 0 | 0.28 | 0.4 | 150 | 0.39 | 0.43 |
| Hex | 43 | 99 | 6E | 38 | 0 | 1C | 28 | 96 | 27 | 2B |
| Octal | 103 | 231 | 156 | 70 | 0 | 34 | 50 | 226 | 47 | 53 |
| Binary | 1000011 | 10011001 | 1101110 | 111000 | 0 | 11100 | 101000 | 10010110 | 100111 | 101011 |
Color Harmonies of #43996E
Complementary color
Monochromatic Colors of #43996E
Black with #43996E
Text Example
Text Example
White with #43996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43996E; }
p { color: rgb(67,153,110); }
H1.HeaderClassName
{
color: #43996E;
}
.AnyTagClassName
{
color: #43996E;
}
</style>
background-color css
<style>
a { background-color: #43996E; }
a { background-color: rgb(67,153,110); }
div.DivClassName
{
background-color: #43996E;
}
.BgClassName
{
background-color: #43996E;
}
</style>
border-color css
<style>
span { border-color: #43996E; }
span { border-color: rgb(67,153,110); }
td.TdClassName
{
border-color: #43996E;
}
.TagClassName
{
border-color: #43996E;
}
</style>