Shades of Ocean Green #60AA7D
Tints of Ocean Green #60AA7D
RGB
CMYK
RGB Variations
Color information
#60AA7D (or 0x60AA7D) is known color: Ocean Green. HEX triplet: 60, AA and 7D. RGB value is (96,170,125). Sum of RGB (Red+Green+Blue) = 96+170+125=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AA7D is #9F5582. Grayscale: #8E8E8E. Windows color (decimal): -10442115 or 8235616. OLE color: 8235616.
HSL color Cylindrical-coordinate representation of color #60AA7D: hue angle of 143.51º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AA7D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 125 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.33 |
| HSL | 143.51º | 0.3% | 0.52% | - |
| HSV(B) | 143.51º | 0.44% | 0.67% | - |
| XYZ | 22.9 | 32.72 | 24.51 | - |
| YUV | 142.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 125 | 0.44 | 0 | 0.26 | 0.33 | 143.51 | 0.3 | 0.52 |
| Hex | 60 | AA | 7D | 2C | 0 | 1A | 21 | 90 | 1E | 34 |
| Octal | 140 | 252 | 175 | 54 | 0 | 32 | 41 | 220 | 36 | 64 |
| Binary | 1100000 | 10101010 | 1111101 | 101100 | 0 | 11010 | 100001 | 10010000 | 11110 | 110100 |
Color Harmonies of #60AA7D
Complementary color
Monochromatic Colors of #60AA7D
Black with #60AA7D
Text Example
Text Example
White with #60AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA7D; }
p { color: rgb(96,170,125); }
H1.HeaderClassName
{
color: #60AA7D;
}
.AnyTagClassName
{
color: #60AA7D;
}
</style>
background-color css
<style>
a { background-color: #60AA7D; }
a { background-color: rgb(96,170,125); }
div.DivClassName
{
background-color: #60AA7D;
}
.BgClassName
{
background-color: #60AA7D;
}
</style>
border-color css
<style>
span { border-color: #60AA7D; }
span { border-color: rgb(96,170,125); }
td.TdClassName
{
border-color: #60AA7D;
}
.TagClassName
{
border-color: #60AA7D;
}
</style>