Shades of Ocean Green #60AC7B
Tints of Ocean Green #60AC7B
RGB
CMYK
RGB Variations
Color information
#60AC7B (or 0x60AC7B) is known color: Ocean Green. HEX triplet: 60, AC and 7B. RGB value is (96,172,123). Sum of RGB (Red+Green+Blue) = 96+172+123=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC7B is #9F5384. Grayscale: #8F8F8F. Windows color (decimal): -10441605 or 8105056. OLE color: 8105056.
HSL color Cylindrical-coordinate representation of color #60AC7B: hue angle of 141.32º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AC7B is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 123 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.33 |
| HSL | 141.32º | 0.31% | 0.53% | - |
| HSV(B) | 141.32º | 0.44% | 0.67% | - |
| XYZ | 23.15 | 33.42 | 23.97 | - |
| YUV | 143.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 123 | 0.44 | 0 | 0.28 | 0.33 | 141.32 | 0.31 | 0.53 |
| Hex | 60 | AC | 7B | 2C | 0 | 1C | 21 | 8D | 1F | 35 |
| Octal | 140 | 254 | 173 | 54 | 0 | 34 | 41 | 215 | 37 | 65 |
| Binary | 1100000 | 10101100 | 1111011 | 101100 | 0 | 11100 | 100001 | 10001101 | 11111 | 110101 |
Color Harmonies of #60AC7B
Complementary color
Monochromatic Colors of #60AC7B
Black with #60AC7B
Text Example
Text Example
White with #60AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC7B; }
p { color: rgb(96,172,123); }
H1.HeaderClassName
{
color: #60AC7B;
}
.AnyTagClassName
{
color: #60AC7B;
}
</style>
background-color css
<style>
a { background-color: #60AC7B; }
a { background-color: rgb(96,172,123); }
div.DivClassName
{
background-color: #60AC7B;
}
.BgClassName
{
background-color: #60AC7B;
}
</style>
border-color css
<style>
span { border-color: #60AC7B; }
span { border-color: rgb(96,172,123); }
td.TdClassName
{
border-color: #60AC7B;
}
.TagClassName
{
border-color: #60AC7B;
}
</style>