Shades of Ocean Green #45996C
Tints of Ocean Green #45996C
RGB
CMYK
RGB Variations
Color information
#45996C (or 0x45996C) is known color: Ocean Green. HEX triplet: 45, 99 and 6C. RGB value is (69,153,108). Sum of RGB (Red+Green+Blue) = 69+153+108=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #45996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45996C is #BA6693. Grayscale: #7A7A7A. Windows color (decimal): -12215956 or 7117125. OLE color: 7117125.
HSL color Cylindrical-coordinate representation of color #45996C: hue angle of 147.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45996C is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 153 | 108 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.4 |
| HSL | 147.86º | 0.38% | 0.44% | - |
| HSV(B) | 147.86º | 0.55% | 0.6% | - |
| XYZ | 16.55 | 25.13 | 18.17 | - |
| YUV | 122.75 | 119.67 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 153 | 108 | 0.55 | 0 | 0.29 | 0.4 | 147.86 | 0.38 | 0.44 |
| Hex | 45 | 99 | 6C | 37 | 0 | 1D | 28 | 94 | 26 | 2C |
| Octal | 105 | 231 | 154 | 67 | 0 | 35 | 50 | 224 | 46 | 54 |
| Binary | 1000101 | 10011001 | 1101100 | 110111 | 0 | 11101 | 101000 | 10010100 | 100110 | 101100 |
Color Harmonies of #45996C
Complementary color
Monochromatic Colors of #45996C
Black with #45996C
Text Example
Text Example
White with #45996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45996C; }
p { color: rgb(69,153,108); }
H1.HeaderClassName
{
color: #45996C;
}
.AnyTagClassName
{
color: #45996C;
}
</style>
background-color css
<style>
a { background-color: #45996C; }
a { background-color: rgb(69,153,108); }
div.DivClassName
{
background-color: #45996C;
}
.BgClassName
{
background-color: #45996C;
}
</style>
border-color css
<style>
span { border-color: #45996C; }
span { border-color: rgb(69,153,108); }
td.TdClassName
{
border-color: #45996C;
}
.TagClassName
{
border-color: #45996C;
}
</style>