Shades of Ocean Green #469F6C
Tints of Ocean Green #469F6C
RGB
CMYK
RGB Variations
Color information
#469F6C (or 0x469F6C) is known color: Ocean Green. HEX triplet: 46, 9F and 6C. RGB value is (70,159,108). Sum of RGB (Red+Green+Blue) = 70+159+108=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #469F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469F6C is #B96093. Grayscale: #7E7E7E. Windows color (decimal): -12148884 or 7118662. OLE color: 7118662.
HSL color Cylindrical-coordinate representation of color #469F6C: hue angle of 145.62º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469F6C is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 159 | 108 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.38 |
| HSL | 145.62º | 0.39% | 0.45% | - |
| HSV(B) | 145.62º | 0.56% | 0.62% | - |
| XYZ | 17.63 | 27.18 | 18.5 | - |
| YUV | 126.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 108 | 0.56 | 0 | 0.32 | 0.38 | 145.62 | 0.39 | 0.45 |
| Hex | 46 | 9F | 6C | 38 | 0 | 20 | 26 | 92 | 27 | 2D |
| Octal | 106 | 237 | 154 | 70 | 0 | 40 | 46 | 222 | 47 | 55 |
| Binary | 1000110 | 10011111 | 1101100 | 111000 | 0 | 100000 | 100110 | 10010010 | 100111 | 101101 |
Color Harmonies of #469F6C
Complementary color
Monochromatic Colors of #469F6C
Black with #469F6C
Text Example
Text Example
White with #469F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469F6C; }
p { color: rgb(70,159,108); }
H1.HeaderClassName
{
color: #469F6C;
}
.AnyTagClassName
{
color: #469F6C;
}
</style>
background-color css
<style>
a { background-color: #469F6C; }
a { background-color: rgb(70,159,108); }
div.DivClassName
{
background-color: #469F6C;
}
.BgClassName
{
background-color: #469F6C;
}
</style>
border-color css
<style>
span { border-color: #469F6C; }
span { border-color: rgb(70,159,108); }
td.TdClassName
{
border-color: #469F6C;
}
.TagClassName
{
border-color: #469F6C;
}
</style>