Shades of Ocean Green #60A77C
Tints of Ocean Green #60A77C
RGB
CMYK
RGB Variations
Color information
#60A77C (or 0x60A77C) is known color: Ocean Green. HEX triplet: 60, A7 and 7C. RGB value is (96,167,124). Sum of RGB (Red+Green+Blue) = 96+167+124=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #60A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A77C is #9F5883. Grayscale: #8C8C8C. Windows color (decimal): -10442884 or 8169312. OLE color: 8169312.
HSL color Cylindrical-coordinate representation of color #60A77C: hue angle of 143.66º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A77C is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 167 | 124 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.35 |
| HSL | 143.66º | 0.29% | 0.52% | - |
| HSV(B) | 143.66º | 0.43% | 0.65% | - |
| XYZ | 22.28 | 31.58 | 23.99 | - |
| YUV | 140.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 167 | 124 | 0.43 | 0 | 0.26 | 0.35 | 143.66 | 0.29 | 0.52 |
| Hex | 60 | A7 | 7C | 2B | 0 | 1A | 23 | 90 | 1D | 34 |
| Octal | 140 | 247 | 174 | 53 | 0 | 32 | 43 | 220 | 35 | 64 |
| Binary | 1100000 | 10100111 | 1111100 | 101011 | 0 | 11010 | 100011 | 10010000 | 11101 | 110100 |
Color Harmonies of #60A77C
Complementary color
Monochromatic Colors of #60A77C
Black with #60A77C
Text Example
Text Example
White with #60A77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A77C; }
p { color: rgb(96,167,124); }
H1.HeaderClassName
{
color: #60A77C;
}
.AnyTagClassName
{
color: #60A77C;
}
</style>
background-color css
<style>
a { background-color: #60A77C; }
a { background-color: rgb(96,167,124); }
div.DivClassName
{
background-color: #60A77C;
}
.BgClassName
{
background-color: #60A77C;
}
</style>
border-color css
<style>
span { border-color: #60A77C; }
span { border-color: rgb(96,167,124); }
td.TdClassName
{
border-color: #60A77C;
}
.TagClassName
{
border-color: #60A77C;
}
</style>