Shades of Ocean Green #599B7A
Tints of Ocean Green #599B7A
RGB
CMYK
RGB Variations
Color information
#599B7A (or 0x599B7A) is known color: Ocean Green. HEX triplet: 59, 9B and 7A. RGB value is (89,155,122). Sum of RGB (Red+Green+Blue) = 89+155+122=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #599B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599B7A is #A66485. Grayscale: #838383. Windows color (decimal): -10904710 or 8035161. OLE color: 8035161.
HSL color Cylindrical-coordinate representation of color #599B7A: hue angle of 150º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B7A is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 155 | 122 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.39 |
| HSL | 150º | 0.27% | 0.48% | - |
| HSV(B) | 150º | 0.43% | 0.61% | - |
| XYZ | 19.35 | 26.97 | 22.6 | - |
| YUV | 131.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 122 | 0.43 | 0 | 0.21 | 0.39 | 150 | 0.27 | 0.48 |
| Hex | 59 | 9B | 7A | 2B | 0 | 15 | 27 | 96 | 1B | 30 |
| Octal | 131 | 233 | 172 | 53 | 0 | 25 | 47 | 226 | 33 | 60 |
| Binary | 1011001 | 10011011 | 1111010 | 101011 | 0 | 10101 | 100111 | 10010110 | 11011 | 110000 |
Color Harmonies of #599B7A
Complementary color
Monochromatic Colors of #599B7A
Black with #599B7A
Text Example
Text Example
White with #599B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599B7A; }
p { color: rgb(89,155,122); }
H1.HeaderClassName
{
color: #599B7A;
}
.AnyTagClassName
{
color: #599B7A;
}
</style>
background-color css
<style>
a { background-color: #599B7A; }
a { background-color: rgb(89,155,122); }
div.DivClassName
{
background-color: #599B7A;
}
.BgClassName
{
background-color: #599B7A;
}
</style>
border-color css
<style>
span { border-color: #599B7A; }
span { border-color: rgb(89,155,122); }
td.TdClassName
{
border-color: #599B7A;
}
.TagClassName
{
border-color: #599B7A;
}
</style>