Shades of Ocean Green #60AB7D
Tints of Ocean Green #60AB7D
RGB
CMYK
RGB Variations
Color information
#60AB7D (or 0x60AB7D) is known color: Ocean Green. HEX triplet: 60, AB and 7D. RGB value is (96,171,125). Sum of RGB (Red+Green+Blue) = 96+171+125=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB7D is #9F5482. Grayscale: #8F8F8F. Windows color (decimal): -10441859 or 8235872. OLE color: 8235872.
HSL color Cylindrical-coordinate representation of color #60AB7D: hue angle of 143.2º degrees, saturation: 0.31, 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 #60AB7D is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 125 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.33 |
| HSL | 143.2º | 0.31% | 0.52% | - |
| HSV(B) | 143.2º | 0.44% | 0.67% | - |
| XYZ | 23.09 | 33.09 | 24.57 | - |
| YUV | 143.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 125 | 0.44 | 0 | 0.27 | 0.33 | 143.2 | 0.31 | 0.52 |
| Hex | 60 | AB | 7D | 2C | 0 | 1B | 21 | 8F | 1F | 34 |
| Octal | 140 | 253 | 175 | 54 | 0 | 33 | 41 | 217 | 37 | 64 |
| Binary | 1100000 | 10101011 | 1111101 | 101100 | 0 | 11011 | 100001 | 10001111 | 11111 | 110100 |
Color Harmonies of #60AB7D
Complementary color
Monochromatic Colors of #60AB7D
Black with #60AB7D
Text Example
Text Example
White with #60AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB7D; }
p { color: rgb(96,171,125); }
H1.HeaderClassName
{
color: #60AB7D;
}
.AnyTagClassName
{
color: #60AB7D;
}
</style>
background-color css
<style>
a { background-color: #60AB7D; }
a { background-color: rgb(96,171,125); }
div.DivClassName
{
background-color: #60AB7D;
}
.BgClassName
{
background-color: #60AB7D;
}
</style>
border-color css
<style>
span { border-color: #60AB7D; }
span { border-color: rgb(96,171,125); }
td.TdClassName
{
border-color: #60AB7D;
}
.TagClassName
{
border-color: #60AB7D;
}
</style>