Shades of Ocean Green #469D6B
Tints of Ocean Green #469D6B
RGB
CMYK
RGB Variations
Color information
#469D6B (or 0x469D6B) is known color: Ocean Green. HEX triplet: 46, 9D and 6B. RGB value is (70,157,107). Sum of RGB (Red+Green+Blue) = 70+157+107=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #469D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D6B is #B96294. Grayscale: #7D7D7D. Windows color (decimal): -12149397 or 7052614. OLE color: 7052614.
HSL color Cylindrical-coordinate representation of color #469D6B: hue angle of 145.52º 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 #469D6B is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 107 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.38 |
| HSL | 145.52º | 0.38% | 0.45% | - |
| HSV(B) | 145.52º | 0.55% | 0.62% | - |
| XYZ | 17.24 | 26.48 | 18.11 | - |
| YUV | 125.29 | 117.68 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 107 | 0.55 | 0 | 0.32 | 0.38 | 145.52 | 0.38 | 0.45 |
| Hex | 46 | 9D | 6B | 37 | 0 | 20 | 26 | 92 | 26 | 2D |
| Octal | 106 | 235 | 153 | 67 | 0 | 40 | 46 | 222 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1101011 | 110111 | 0 | 100000 | 100110 | 10010010 | 100110 | 101101 |
Color Harmonies of #469D6B
Complementary color
Monochromatic Colors of #469D6B
Black with #469D6B
Text Example
Text Example
White with #469D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D6B; }
p { color: rgb(70,157,107); }
H1.HeaderClassName
{
color: #469D6B;
}
.AnyTagClassName
{
color: #469D6B;
}
</style>
background-color css
<style>
a { background-color: #469D6B; }
a { background-color: rgb(70,157,107); }
div.DivClassName
{
background-color: #469D6B;
}
.BgClassName
{
background-color: #469D6B;
}
</style>
border-color css
<style>
span { border-color: #469D6B; }
span { border-color: rgb(70,157,107); }
td.TdClassName
{
border-color: #469D6B;
}
.TagClassName
{
border-color: #469D6B;
}
</style>