Shades of Ocean Green #469D6C
Tints of Ocean Green #469D6C
RGB
CMYK
RGB Variations
Color information
#469D6C (or 0x469D6C) is known color: Ocean Green. HEX triplet: 46, 9D and 6C. RGB value is (70,157,108). Sum of RGB (Red+Green+Blue) = 70+157+108=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #469D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D6C is #B96293. Grayscale: #7D7D7D. Windows color (decimal): -12149396 or 7118150. OLE color: 7118150.
HSL color Cylindrical-coordinate representation of color #469D6C: hue angle of 146.21º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D6C is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 108 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.38 |
| HSL | 146.21º | 0.38% | 0.45% | - |
| HSV(B) | 146.21º | 0.55% | 0.62% | - |
| XYZ | 17.29 | 26.5 | 18.39 | - |
| YUV | 125.4 | 118.18 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 108 | 0.55 | 0 | 0.31 | 0.38 | 146.21 | 0.38 | 0.45 |
| Hex | 46 | 9D | 6C | 37 | 0 | 1F | 26 | 92 | 26 | 2D |
| Octal | 106 | 235 | 154 | 67 | 0 | 37 | 46 | 222 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1101100 | 110111 | 0 | 11111 | 100110 | 10010010 | 100110 | 101101 |
Color Harmonies of #469D6C
Complementary color
Monochromatic Colors of #469D6C
Black with #469D6C
Text Example
Text Example
White with #469D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D6C; }
p { color: rgb(70,157,108); }
H1.HeaderClassName
{
color: #469D6C;
}
.AnyTagClassName
{
color: #469D6C;
}
</style>
background-color css
<style>
a { background-color: #469D6C; }
a { background-color: rgb(70,157,108); }
div.DivClassName
{
background-color: #469D6C;
}
.BgClassName
{
background-color: #469D6C;
}
</style>
border-color css
<style>
span { border-color: #469D6C; }
span { border-color: rgb(70,157,108); }
td.TdClassName
{
border-color: #469D6C;
}
.TagClassName
{
border-color: #469D6C;
}
</style>