Shades of Ocean Green #469C68
Tints of Ocean Green #469C68
RGB
CMYK
RGB Variations
Color information
#469C68 (or 0x469C68) is known color: Ocean Green. HEX triplet: 46, 9C and 68. RGB value is (70,156,104). Sum of RGB (Red+Green+Blue) = 70+156+104=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #469C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C68 is #B96397. Grayscale: #7C7C7C. Windows color (decimal): -12149656 or 6855750. OLE color: 6855750.
HSL color Cylindrical-coordinate representation of color #469C68: hue angle of 143.72º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C68 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 104 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.39 |
| HSL | 143.72º | 0.38% | 0.44% | - |
| HSV(B) | 143.72º | 0.55% | 0.61% | - |
| XYZ | 16.91 | 26.08 | 17.24 | - |
| YUV | 124.36 | 116.51 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 104 | 0.55 | 0 | 0.33 | 0.39 | 143.72 | 0.38 | 0.44 |
| Hex | 46 | 9C | 68 | 37 | 0 | 21 | 27 | 90 | 26 | 2C |
| Octal | 106 | 234 | 150 | 67 | 0 | 41 | 47 | 220 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1101000 | 110111 | 0 | 100001 | 100111 | 10010000 | 100110 | 101100 |
Color Harmonies of #469C68
Complementary color
Monochromatic Colors of #469C68
Black with #469C68
Text Example
Text Example
White with #469C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C68; }
p { color: rgb(70,156,104); }
H1.HeaderClassName
{
color: #469C68;
}
.AnyTagClassName
{
color: #469C68;
}
</style>
background-color css
<style>
a { background-color: #469C68; }
a { background-color: rgb(70,156,104); }
div.DivClassName
{
background-color: #469C68;
}
.BgClassName
{
background-color: #469C68;
}
</style>
border-color css
<style>
span { border-color: #469C68; }
span { border-color: rgb(70,156,104); }
td.TdClassName
{
border-color: #469C68;
}
.TagClassName
{
border-color: #469C68;
}
</style>