Shades of Ocean Green #469A75
Tints of Ocean Green #469A75
RGB
CMYK
RGB Variations
Color information
#469A75 (or 0x469A75) is known color: Ocean Green. HEX triplet: 46, 9A and 75. RGB value is (70,154,117). Sum of RGB (Red+Green+Blue) = 70+154+117=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #469A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A75 is #B9658A. Grayscale: #7C7C7C. Windows color (decimal): -12150155 or 7707206. OLE color: 7707206.
HSL color Cylindrical-coordinate representation of color #469A75: hue angle of 153.57º 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 #469A75 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 117 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.40 |
| HSL | 153.57º | 0.38% | 0.44% | - |
| HSV(B) | 153.57º | 0.55% | 0.6% | - |
| XYZ | 17.29 | 25.7 | 20.88 | - |
| YUV | 124.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 117 | 0.55 | 0 | 0.24 | 0.40 | 153.57 | 0.38 | 0.44 |
| Hex | 46 | 9A | 75 | 37 | 0 | 18 | 28 | 9A | 26 | 2C |
| Octal | 106 | 232 | 165 | 67 | 0 | 30 | 50 | 232 | 46 | 54 |
| Binary | 1000110 | 10011010 | 1110101 | 110111 | 0 | 11000 | 101000 | 10011010 | 100110 | 101100 |
Color Harmonies of #469A75
Complementary color
Monochromatic Colors of #469A75
Black with #469A75
Text Example
Text Example
White with #469A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A75; }
p { color: rgb(70,154,117); }
H1.HeaderClassName
{
color: #469A75;
}
.AnyTagClassName
{
color: #469A75;
}
</style>
background-color css
<style>
a { background-color: #469A75; }
a { background-color: rgb(70,154,117); }
div.DivClassName
{
background-color: #469A75;
}
.BgClassName
{
background-color: #469A75;
}
</style>
border-color css
<style>
span { border-color: #469A75; }
span { border-color: rgb(70,154,117); }
td.TdClassName
{
border-color: #469A75;
}
.TagClassName
{
border-color: #469A75;
}
</style>