Shades of Ocean Green #45A66A
Tints of Ocean Green #45A66A
RGB
CMYK
RGB Variations
Color information
#45A66A (or 0x45A66A) is known color: Ocean Green. HEX triplet: 45, A6 and 6A. RGB value is (69,166,106). Sum of RGB (Red+Green+Blue) = 69+166+106=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #45A66A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A66A is #BA5995. Grayscale: #828282. Windows color (decimal): -12212630 or 6989381. OLE color: 6989381.
HSL color Cylindrical-coordinate representation of color #45A66A: hue angle of 142.89º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A66A is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 106 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.35 |
| HSL | 142.89º | 0.41% | 0.46% | - |
| HSV(B) | 142.89º | 0.58% | 0.65% | - |
| XYZ | 18.69 | 29.58 | 18.36 | - |
| YUV | 130.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 106 | 0.58 | 0 | 0.36 | 0.35 | 142.89 | 0.41 | 0.46 |
| Hex | 45 | A6 | 6A | 3A | 0 | 24 | 23 | 8F | 29 | 2E |
| Octal | 105 | 246 | 152 | 72 | 0 | 44 | 43 | 217 | 51 | 56 |
| Binary | 1000101 | 10100110 | 1101010 | 111010 | 0 | 100100 | 100011 | 10001111 | 101001 | 101110 |
Color Harmonies of #45A66A
Complementary color
Monochromatic Colors of #45A66A
Black with #45A66A
Text Example
Text Example
White with #45A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A66A; }
p { color: rgb(69,166,106); }
H1.HeaderClassName
{
color: #45A66A;
}
.AnyTagClassName
{
color: #45A66A;
}
</style>
background-color css
<style>
a { background-color: #45A66A; }
a { background-color: rgb(69,166,106); }
div.DivClassName
{
background-color: #45A66A;
}
.BgClassName
{
background-color: #45A66A;
}
</style>
border-color css
<style>
span { border-color: #45A66A; }
span { border-color: rgb(69,166,106); }
td.TdClassName
{
border-color: #45A66A;
}
.TagClassName
{
border-color: #45A66A;
}
</style>