Shades of Ocean Green #45986A
Tints of Ocean Green #45986A
RGB
CMYK
RGB Variations
Color information
#45986A (or 0x45986A) is known color: Ocean Green. HEX triplet: 45, 98 and 6A. RGB value is (69,152,106). Sum of RGB (Red+Green+Blue) = 69+152+106=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #45986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45986A is #BA6795. Grayscale: #7A7A7A. Windows color (decimal): -12216214 or 6985797. OLE color: 6985797.
HSL color Cylindrical-coordinate representation of color #45986A: hue angle of 146.75º 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 #45986A is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 152 | 106 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.40 |
| HSL | 146.75º | 0.38% | 0.43% | - |
| HSV(B) | 146.75º | 0.55% | 0.6% | - |
| XYZ | 16.28 | 24.76 | 17.56 | - |
| YUV | 121.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 106 | 0.55 | 0 | 0.30 | 0.40 | 146.75 | 0.38 | 0.43 |
| Hex | 45 | 98 | 6A | 37 | 0 | 1E | 28 | 93 | 26 | 2B |
| Octal | 105 | 230 | 152 | 67 | 0 | 36 | 50 | 223 | 46 | 53 |
| Binary | 1000101 | 10011000 | 1101010 | 110111 | 0 | 11110 | 101000 | 10010011 | 100110 | 101011 |
Color Harmonies of #45986A
Complementary color
Monochromatic Colors of #45986A
Black with #45986A
Text Example
Text Example
White with #45986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45986A; }
p { color: rgb(69,152,106); }
H1.HeaderClassName
{
color: #45986A;
}
.AnyTagClassName
{
color: #45986A;
}
</style>
background-color css
<style>
a { background-color: #45986A; }
a { background-color: rgb(69,152,106); }
div.DivClassName
{
background-color: #45986A;
}
.BgClassName
{
background-color: #45986A;
}
</style>
border-color css
<style>
span { border-color: #45986A; }
span { border-color: rgb(69,152,106); }
td.TdClassName
{
border-color: #45986A;
}
.TagClassName
{
border-color: #45986A;
}
</style>