Shades of Ocean Green #60AD7B
Tints of Ocean Green #60AD7B
RGB
CMYK
RGB Variations
Color information
#60AD7B (or 0x60AD7B) is known color: Ocean Green. HEX triplet: 60, AD and 7B. RGB value is (96,173,123). Sum of RGB (Red+Green+Blue) = 96+173+123=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD7B is #9F5284. Grayscale: #909090. Windows color (decimal): -10441349 or 8105312. OLE color: 8105312.
HSL color Cylindrical-coordinate representation of color #60AD7B: hue angle of 141.04º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AD7B is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 123 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.32 |
| HSL | 141.04º | 0.32% | 0.53% | - |
| HSV(B) | 141.04º | 0.45% | 0.68% | - |
| XYZ | 23.34 | 33.8 | 24.03 | - |
| YUV | 144.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 123 | 0.45 | 0 | 0.29 | 0.32 | 141.04 | 0.32 | 0.53 |
| Hex | 60 | AD | 7B | 2D | 0 | 1D | 20 | 8D | 20 | 35 |
| Octal | 140 | 255 | 173 | 55 | 0 | 35 | 40 | 215 | 40 | 65 |
| Binary | 1100000 | 10101101 | 1111011 | 101101 | 0 | 11101 | 100000 | 10001101 | 100000 | 110101 |
Color Harmonies of #60AD7B
Complementary color
Monochromatic Colors of #60AD7B
Black with #60AD7B
Text Example
Text Example
White with #60AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD7B; }
p { color: rgb(96,173,123); }
H1.HeaderClassName
{
color: #60AD7B;
}
.AnyTagClassName
{
color: #60AD7B;
}
</style>
background-color css
<style>
a { background-color: #60AD7B; }
a { background-color: rgb(96,173,123); }
div.DivClassName
{
background-color: #60AD7B;
}
.BgClassName
{
background-color: #60AD7B;
}
</style>
border-color css
<style>
span { border-color: #60AD7B; }
span { border-color: rgb(96,173,123); }
td.TdClassName
{
border-color: #60AD7B;
}
.TagClassName
{
border-color: #60AD7B;
}
</style>