Shades of Ocean Green #60B37C
Tints of Ocean Green #60B37C
RGB
CMYK
RGB Variations
Color information
#60B37C (or 0x60B37C) is known color: Ocean Green. HEX triplet: 60, B3 and 7C. RGB value is (96,179,124). Sum of RGB (Red+Green+Blue) = 96+179+124=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #60B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B37C is #9F4C83. Grayscale: #949494. Windows color (decimal): -10439812 or 8172384. OLE color: 8172384.
HSL color Cylindrical-coordinate representation of color #60B37C: hue angle of 140.24º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B37C is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 124 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.30 |
| HSL | 140.24º | 0.35% | 0.54% | - |
| HSV(B) | 140.24º | 0.46% | 0.7% | - |
| XYZ | 24.58 | 36.18 | 24.76 | - |
| YUV | 147.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 124 | 0.46 | 0 | 0.31 | 0.30 | 140.24 | 0.35 | 0.54 |
| Hex | 60 | B3 | 7C | 2E | 0 | 1F | 1E | 8C | 23 | 36 |
| Octal | 140 | 263 | 174 | 56 | 0 | 37 | 36 | 214 | 43 | 66 |
| Binary | 1100000 | 10110011 | 1111100 | 101110 | 0 | 11111 | 11110 | 10001100 | 100011 | 110110 |
Color Harmonies of #60B37C
Complementary color
Monochromatic Colors of #60B37C
Black with #60B37C
Text Example
Text Example
White with #60B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B37C; }
p { color: rgb(96,179,124); }
H1.HeaderClassName
{
color: #60B37C;
}
.AnyTagClassName
{
color: #60B37C;
}
</style>
background-color css
<style>
a { background-color: #60B37C; }
a { background-color: rgb(96,179,124); }
div.DivClassName
{
background-color: #60B37C;
}
.BgClassName
{
background-color: #60B37C;
}
</style>
border-color css
<style>
span { border-color: #60B37C; }
span { border-color: rgb(96,179,124); }
td.TdClassName
{
border-color: #60B37C;
}
.TagClassName
{
border-color: #60B37C;
}
</style>