Shades of Ocean Green #469D68
Tints of Ocean Green #469D68
RGB
CMYK
RGB Variations
Color information
#469D68 (or 0x469D68) is known color: Ocean Green. HEX triplet: 46, 9D and 68. RGB value is (70,157,104). Sum of RGB (Red+Green+Blue) = 70+157+104=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #469D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D68 is #B96297. Grayscale: #7D7D7D. Windows color (decimal): -12149400 or 6856006. OLE color: 6856006.
HSL color Cylindrical-coordinate representation of color #469D68: hue angle of 143.45º 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 #469D68 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 104 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.38 |
| HSL | 143.45º | 0.38% | 0.45% | - |
| HSV(B) | 143.45º | 0.55% | 0.62% | - |
| XYZ | 17.08 | 26.42 | 17.3 | - |
| YUV | 124.95 | 116.18 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 104 | 0.55 | 0 | 0.34 | 0.38 | 143.45 | 0.38 | 0.45 |
| Hex | 46 | 9D | 68 | 37 | 0 | 22 | 26 | 8F | 26 | 2D |
| Octal | 106 | 235 | 150 | 67 | 0 | 42 | 46 | 217 | 46 | 55 |
| Binary | 1000110 | 10011101 | 1101000 | 110111 | 0 | 100010 | 100110 | 10001111 | 100110 | 101101 |
Color Harmonies of #469D68
Complementary color
Monochromatic Colors of #469D68
Black with #469D68
Text Example
Text Example
White with #469D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D68; }
p { color: rgb(70,157,104); }
H1.HeaderClassName
{
color: #469D68;
}
.AnyTagClassName
{
color: #469D68;
}
</style>
background-color css
<style>
a { background-color: #469D68; }
a { background-color: rgb(70,157,104); }
div.DivClassName
{
background-color: #469D68;
}
.BgClassName
{
background-color: #469D68;
}
</style>
border-color css
<style>
span { border-color: #469D68; }
span { border-color: rgb(70,157,104); }
td.TdClassName
{
border-color: #469D68;
}
.TagClassName
{
border-color: #469D68;
}
</style>