Shades of Ocean Green #45986E
Tints of Ocean Green #45986E
RGB
CMYK
RGB Variations
Color information
#45986E (or 0x45986E) is known color: Ocean Green. HEX triplet: 45, 98 and 6E. RGB value is (69,152,110). Sum of RGB (Red+Green+Blue) = 69+152+110=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #45986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45986E is #BA6791. Grayscale: #7A7A7A. Windows color (decimal): -12216210 or 7247941. OLE color: 7247941.
HSL color Cylindrical-coordinate representation of color #45986E: hue angle of 149.64º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45986E is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 152 | 110 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.40 |
| HSL | 149.64º | 0.38% | 0.43% | - |
| HSV(B) | 149.64º | 0.55% | 0.6% | - |
| XYZ | 16.5 | 24.85 | 18.68 | - |
| YUV | 122.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 110 | 0.55 | 0 | 0.28 | 0.40 | 149.64 | 0.38 | 0.43 |
| Hex | 45 | 98 | 6E | 37 | 0 | 1C | 28 | 96 | 26 | 2B |
| Octal | 105 | 230 | 156 | 67 | 0 | 34 | 50 | 226 | 46 | 53 |
| Binary | 1000101 | 10011000 | 1101110 | 110111 | 0 | 11100 | 101000 | 10010110 | 100110 | 101011 |
Color Harmonies of #45986E
Complementary color
Monochromatic Colors of #45986E
Black with #45986E
Text Example
Text Example
White with #45986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45986E; }
p { color: rgb(69,152,110); }
H1.HeaderClassName
{
color: #45986E;
}
.AnyTagClassName
{
color: #45986E;
}
</style>
background-color css
<style>
a { background-color: #45986E; }
a { background-color: rgb(69,152,110); }
div.DivClassName
{
background-color: #45986E;
}
.BgClassName
{
background-color: #45986E;
}
</style>
border-color css
<style>
span { border-color: #45986E; }
span { border-color: rgb(69,152,110); }
td.TdClassName
{
border-color: #45986E;
}
.TagClassName
{
border-color: #45986E;
}
</style>