Shades of Ocean Green #459C6F
Tints of Ocean Green #459C6F
RGB
CMYK
RGB Variations
Color information
#459C6F (or 0x459C6F) is known color: Ocean Green. HEX triplet: 45, 9C and 6F. RGB value is (69,156,111). Sum of RGB (Red+Green+Blue) = 69+156+111=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #459C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459C6F is #BA6390. Grayscale: #7C7C7C. Windows color (decimal): -12215185 or 7314501. OLE color: 7314501.
HSL color Cylindrical-coordinate representation of color #459C6F: hue angle of 148.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459C6F is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 156 | 111 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.39 |
| HSL | 148.97º | 0.39% | 0.44% | - |
| HSV(B) | 148.97º | 0.56% | 0.61% | - |
| XYZ | 17.21 | 26.19 | 19.19 | - |
| YUV | 124.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 156 | 111 | 0.56 | 0 | 0.29 | 0.39 | 148.97 | 0.39 | 0.44 |
| Hex | 45 | 9C | 6F | 38 | 0 | 1D | 27 | 95 | 27 | 2C |
| Octal | 105 | 234 | 157 | 70 | 0 | 35 | 47 | 225 | 47 | 54 |
| Binary | 1000101 | 10011100 | 1101111 | 111000 | 0 | 11101 | 100111 | 10010101 | 100111 | 101100 |
Color Harmonies of #459C6F
Complementary color
Monochromatic Colors of #459C6F
Black with #459C6F
Text Example
Text Example
White with #459C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459C6F; }
p { color: rgb(69,156,111); }
H1.HeaderClassName
{
color: #459C6F;
}
.AnyTagClassName
{
color: #459C6F;
}
</style>
background-color css
<style>
a { background-color: #459C6F; }
a { background-color: rgb(69,156,111); }
div.DivClassName
{
background-color: #459C6F;
}
.BgClassName
{
background-color: #459C6F;
}
</style>
border-color css
<style>
span { border-color: #459C6F; }
span { border-color: rgb(69,156,111); }
td.TdClassName
{
border-color: #459C6F;
}
.TagClassName
{
border-color: #459C6F;
}
</style>