Shades of Ocean Green #559975
Tints of Ocean Green #559975
RGB
CMYK
RGB Variations
Color information
#559975 (or 0x559975) is known color: Ocean Green. HEX triplet: 55, 99 and 75. RGB value is (85,153,117). Sum of RGB (Red+Green+Blue) = 85+153+117=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #559975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559975 is #AA668A. Grayscale: #808080. Windows color (decimal): -11167371 or 7706965. OLE color: 7706965.
HSL color Cylindrical-coordinate representation of color #559975: hue angle of 148.24º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559975 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 117 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.4 |
| HSL | 148.24º | 0.29% | 0.47% | - |
| HSV(B) | 148.24º | 0.44% | 0.6% | - |
| XYZ | 18.35 | 26 | 20.88 | - |
| YUV | 128.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 117 | 0.44 | 0 | 0.24 | 0.4 | 148.24 | 0.29 | 0.47 |
| Hex | 55 | 99 | 75 | 2C | 0 | 18 | 28 | 94 | 1D | 2F |
| Octal | 125 | 231 | 165 | 54 | 0 | 30 | 50 | 224 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1110101 | 101100 | 0 | 11000 | 101000 | 10010100 | 11101 | 101111 |
Color Harmonies of #559975
Complementary color
Monochromatic Colors of #559975
Black with #559975
Text Example
Text Example
White with #559975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559975; }
p { color: rgb(85,153,117); }
H1.HeaderClassName
{
color: #559975;
}
.AnyTagClassName
{
color: #559975;
}
</style>
background-color css
<style>
a { background-color: #559975; }
a { background-color: rgb(85,153,117); }
div.DivClassName
{
background-color: #559975;
}
.BgClassName
{
background-color: #559975;
}
</style>
border-color css
<style>
span { border-color: #559975; }
span { border-color: rgb(85,153,117); }
td.TdClassName
{
border-color: #559975;
}
.TagClassName
{
border-color: #559975;
}
</style>