Shades of Ocean Green #469C6C
Tints of Ocean Green #469C6C
RGB
CMYK
RGB Variations
Color information
#469C6C (or 0x469C6C) is known color: Ocean Green. HEX triplet: 46, 9C and 6C. RGB value is (70,156,108). Sum of RGB (Red+Green+Blue) = 70+156+108=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #469C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C6C is #B96393. Grayscale: #7C7C7C. Windows color (decimal): -12149652 or 7117894. OLE color: 7117894.
HSL color Cylindrical-coordinate representation of color #469C6C: hue angle of 146.51º 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 #469C6C is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 108 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.39 |
| HSL | 146.51º | 0.38% | 0.44% | - |
| HSV(B) | 146.51º | 0.55% | 0.61% | - |
| XYZ | 17.12 | 26.16 | 18.33 | - |
| YUV | 124.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 108 | 0.55 | 0 | 0.31 | 0.39 | 146.51 | 0.38 | 0.44 |
| Hex | 46 | 9C | 6C | 37 | 0 | 1F | 27 | 93 | 26 | 2C |
| Octal | 106 | 234 | 154 | 67 | 0 | 37 | 47 | 223 | 46 | 54 |
| Binary | 1000110 | 10011100 | 1101100 | 110111 | 0 | 11111 | 100111 | 10010011 | 100110 | 101100 |
Color Harmonies of #469C6C
Complementary color
Monochromatic Colors of #469C6C
Black with #469C6C
Text Example
Text Example
White with #469C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C6C; }
p { color: rgb(70,156,108); }
H1.HeaderClassName
{
color: #469C6C;
}
.AnyTagClassName
{
color: #469C6C;
}
</style>
background-color css
<style>
a { background-color: #469C6C; }
a { background-color: rgb(70,156,108); }
div.DivClassName
{
background-color: #469C6C;
}
.BgClassName
{
background-color: #469C6C;
}
</style>
border-color css
<style>
span { border-color: #469C6C; }
span { border-color: rgb(70,156,108); }
td.TdClassName
{
border-color: #469C6C;
}
.TagClassName
{
border-color: #469C6C;
}
</style>