Shades of Ocean Green #60AA7C
Tints of Ocean Green #60AA7C
RGB
CMYK
RGB Variations
Color information
#60AA7C (or 0x60AA7C) is known color: Ocean Green. HEX triplet: 60, AA and 7C. RGB value is (96,170,124). Sum of RGB (Red+Green+Blue) = 96+170+124=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AA7C is #9F5583. Grayscale: #8E8E8E. Windows color (decimal): -10442116 or 8170080. OLE color: 8170080.
HSL color Cylindrical-coordinate representation of color #60AA7C: hue angle of 142.7º 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 #60AA7C is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 124 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.33 |
| HSL | 142.7º | 0.3% | 0.52% | - |
| HSV(B) | 142.7º | 0.44% | 0.67% | - |
| XYZ | 22.84 | 32.69 | 24.18 | - |
| YUV | 142.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 124 | 0.44 | 0 | 0.27 | 0.33 | 142.7 | 0.3 | 0.52 |
| Hex | 60 | AA | 7C | 2C | 0 | 1B | 21 | 8F | 1E | 34 |
| Octal | 140 | 252 | 174 | 54 | 0 | 33 | 41 | 217 | 36 | 64 |
| Binary | 1100000 | 10101010 | 1111100 | 101100 | 0 | 11011 | 100001 | 10001111 | 11110 | 110100 |
Color Harmonies of #60AA7C
Complementary color
Monochromatic Colors of #60AA7C
Black with #60AA7C
Text Example
Text Example
White with #60AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA7C; }
p { color: rgb(96,170,124); }
H1.HeaderClassName
{
color: #60AA7C;
}
.AnyTagClassName
{
color: #60AA7C;
}
</style>
background-color css
<style>
a { background-color: #60AA7C; }
a { background-color: rgb(96,170,124); }
div.DivClassName
{
background-color: #60AA7C;
}
.BgClassName
{
background-color: #60AA7C;
}
</style>
border-color css
<style>
span { border-color: #60AA7C; }
span { border-color: rgb(96,170,124); }
td.TdClassName
{
border-color: #60AA7C;
}
.TagClassName
{
border-color: #60AA7C;
}
</style>