Shades of Ocean Green #479A6B
Tints of Ocean Green #479A6B
RGB
CMYK
RGB Variations
Color information
#479A6B (or 0x479A6B) is known color: Ocean Green. HEX triplet: 47, 9A and 6B. RGB value is (71,154,107). Sum of RGB (Red+Green+Blue) = 71+154+107=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #479A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A6B is #B86594. Grayscale: #7B7B7B. Windows color (decimal): -12084629 or 7051847. OLE color: 7051847.
HSL color Cylindrical-coordinate representation of color #479A6B: hue angle of 146.02º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A6B is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 154 | 107 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.40 |
| HSL | 146.02º | 0.37% | 0.44% | - |
| HSV(B) | 146.02º | 0.54% | 0.6% | - |
| XYZ | 16.81 | 25.51 | 17.95 | - |
| YUV | 123.83 | 118.5 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 107 | 0.54 | 0 | 0.31 | 0.40 | 146.02 | 0.37 | 0.44 |
| Hex | 47 | 9A | 6B | 36 | 0 | 1F | 28 | 92 | 25 | 2C |
| Octal | 107 | 232 | 153 | 66 | 0 | 37 | 50 | 222 | 45 | 54 |
| Binary | 1000111 | 10011010 | 1101011 | 110110 | 0 | 11111 | 101000 | 10010010 | 100101 | 101100 |
Color Harmonies of #479A6B
Complementary color
Monochromatic Colors of #479A6B
Black with #479A6B
Text Example
Text Example
White with #479A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A6B; }
p { color: rgb(71,154,107); }
H1.HeaderClassName
{
color: #479A6B;
}
.AnyTagClassName
{
color: #479A6B;
}
</style>
background-color css
<style>
a { background-color: #479A6B; }
a { background-color: rgb(71,154,107); }
div.DivClassName
{
background-color: #479A6B;
}
.BgClassName
{
background-color: #479A6B;
}
</style>
border-color css
<style>
span { border-color: #479A6B; }
span { border-color: rgb(71,154,107); }
td.TdClassName
{
border-color: #479A6B;
}
.TagClassName
{
border-color: #479A6B;
}
</style>