Shades of Ocean Green #60AC7A
Tints of Ocean Green #60AC7A
RGB
CMYK
RGB Variations
Color information
#60AC7A (or 0x60AC7A) is known color: Ocean Green. HEX triplet: 60, AC and 7A. RGB value is (96,172,122). Sum of RGB (Red+Green+Blue) = 96+172+122=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC7A is #9F5385. Grayscale: #8F8F8F. Windows color (decimal): -10441606 or 8039520. OLE color: 8039520.
HSL color Cylindrical-coordinate representation of color #60AC7A: hue angle of 140.53º 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 #60AC7A is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 122 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.33 |
| HSL | 140.53º | 0.31% | 0.53% | - |
| HSV(B) | 140.53º | 0.44% | 0.67% | - |
| XYZ | 23.09 | 33.4 | 23.64 | - |
| YUV | 143.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 122 | 0.44 | 0 | 0.29 | 0.33 | 140.53 | 0.31 | 0.53 |
| Hex | 60 | AC | 7A | 2C | 0 | 1D | 21 | 8D | 1F | 35 |
| Octal | 140 | 254 | 172 | 54 | 0 | 35 | 41 | 215 | 37 | 65 |
| Binary | 1100000 | 10101100 | 1111010 | 101100 | 0 | 11101 | 100001 | 10001101 | 11111 | 110101 |
Color Harmonies of #60AC7A
Complementary color
Monochromatic Colors of #60AC7A
Black with #60AC7A
Text Example
Text Example
White with #60AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC7A; }
p { color: rgb(96,172,122); }
H1.HeaderClassName
{
color: #60AC7A;
}
.AnyTagClassName
{
color: #60AC7A;
}
</style>
background-color css
<style>
a { background-color: #60AC7A; }
a { background-color: rgb(96,172,122); }
div.DivClassName
{
background-color: #60AC7A;
}
.BgClassName
{
background-color: #60AC7A;
}
</style>
border-color css
<style>
span { border-color: #60AC7A; }
span { border-color: rgb(96,172,122); }
td.TdClassName
{
border-color: #60AC7A;
}
.TagClassName
{
border-color: #60AC7A;
}
</style>