Shades of Ocean Green #60A67D
Tints of Ocean Green #60A67D
RGB
CMYK
RGB Variations
Color information
#60A67D (or 0x60A67D) is known color: Ocean Green. HEX triplet: 60, A6 and 7D. RGB value is (96,166,125). Sum of RGB (Red+Green+Blue) = 96+166+125=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #60A67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A67D is #9F5982. Grayscale: #8C8C8C. Windows color (decimal): -10443139 or 8234592. OLE color: 8234592.
HSL color Cylindrical-coordinate representation of color #60A67D: hue angle of 144.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A67D is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 125 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.35 |
| HSL | 144.86º | 0.28% | 0.51% | - |
| HSV(B) | 144.86º | 0.42% | 0.65% | - |
| XYZ | 22.16 | 31.24 | 24.26 | - |
| YUV | 140.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 125 | 0.42 | 0 | 0.25 | 0.35 | 144.86 | 0.28 | 0.51 |
| Hex | 60 | A6 | 7D | 2A | 0 | 19 | 23 | 91 | 1C | 33 |
| Octal | 140 | 246 | 175 | 52 | 0 | 31 | 43 | 221 | 34 | 63 |
| Binary | 1100000 | 10100110 | 1111101 | 101010 | 0 | 11001 | 100011 | 10010001 | 11100 | 110011 |
Color Harmonies of #60A67D
Complementary color
Monochromatic Colors of #60A67D
Black with #60A67D
Text Example
Text Example
White with #60A67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A67D; }
p { color: rgb(96,166,125); }
H1.HeaderClassName
{
color: #60A67D;
}
.AnyTagClassName
{
color: #60A67D;
}
</style>
background-color css
<style>
a { background-color: #60A67D; }
a { background-color: rgb(96,166,125); }
div.DivClassName
{
background-color: #60A67D;
}
.BgClassName
{
background-color: #60A67D;
}
</style>
border-color css
<style>
span { border-color: #60A67D; }
span { border-color: rgb(96,166,125); }
td.TdClassName
{
border-color: #60A67D;
}
.TagClassName
{
border-color: #60A67D;
}
</style>