Shades of Ocean Green #469C6A
Tints of Ocean Green #469C6A
RGB
CMYK
RGB Variations
Color information
#469C6A (or 0x469C6A) is known color: Ocean Green. HEX triplet: 46, 9C and 6A. RGB value is (70,156,106). Sum of RGB (Red+Green+Blue) = 70+156+106=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #469C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C6A is #B96395. Grayscale: #7C7C7C. Windows color (decimal): -12149654 or 6986822. OLE color: 6986822.
HSL color Cylindrical-coordinate representation of color #469C6A: hue angle of 145.12º 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 #469C6A is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 106 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.39 |
| HSL | 145.12º | 0.38% | 0.44% | - |
| HSV(B) | 145.12º | 0.55% | 0.61% | - |
| XYZ | 17.02 | 26.12 | 17.78 | - |
| YUV | 124.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 106 | 0.55 | 0 | 0.32 | 0.39 | 145.12 | 0.38 | 0.44 |
| Hex | 46 | 9C | 6A | 37 | 0 | 20 | 27 | 91 | 26 | 2C |
| Octal | 106 | 234 | 152 | 67 | 0 | 40 | 47 | 221 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1101010 | 110111 | 0 | 100000 | 100111 | 10010001 | 100110 | 101100 |
Color Harmonies of #469C6A
Complementary color
Monochromatic Colors of #469C6A
Black with #469C6A
Text Example
Text Example
White with #469C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C6A; }
p { color: rgb(70,156,106); }
H1.HeaderClassName
{
color: #469C6A;
}
.AnyTagClassName
{
color: #469C6A;
}
</style>
background-color css
<style>
a { background-color: #469C6A; }
a { background-color: rgb(70,156,106); }
div.DivClassName
{
background-color: #469C6A;
}
.BgClassName
{
background-color: #469C6A;
}
</style>
border-color css
<style>
span { border-color: #469C6A; }
span { border-color: rgb(70,156,106); }
td.TdClassName
{
border-color: #469C6A;
}
.TagClassName
{
border-color: #469C6A;
}
</style>