Shades of Ocean Green #61AD7D
Tints of Ocean Green #61AD7D
RGB
CMYK
RGB Variations
Color information
#61AD7D (or 0x61AD7D) is known color: Ocean Green. HEX triplet: 61, AD and 7D. RGB value is (97,173,125). Sum of RGB (Red+Green+Blue) = 97+173+125=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD7D is #9E5282. Grayscale: #909090. Windows color (decimal): -10375811 or 8236385. OLE color: 8236385.
HSL color Cylindrical-coordinate representation of color #61AD7D: hue angle of 142.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AD7D is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 125 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.32 |
| HSL | 142.11º | 0.32% | 0.53% | - |
| HSV(B) | 142.11º | 0.44% | 0.68% | - |
| XYZ | 23.58 | 33.91 | 24.7 | - |
| YUV | 144.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 125 | 0.44 | 0 | 0.28 | 0.32 | 142.11 | 0.32 | 0.53 |
| Hex | 61 | AD | 7D | 2C | 0 | 1C | 20 | 8E | 20 | 35 |
| Octal | 141 | 255 | 175 | 54 | 0 | 34 | 40 | 216 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1111101 | 101100 | 0 | 11100 | 100000 | 10001110 | 100000 | 110101 |
Color Harmonies of #61AD7D
Complementary color
Monochromatic Colors of #61AD7D
Black with #61AD7D
Text Example
Text Example
White with #61AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD7D; }
p { color: rgb(97,173,125); }
H1.HeaderClassName
{
color: #61AD7D;
}
.AnyTagClassName
{
color: #61AD7D;
}
</style>
background-color css
<style>
a { background-color: #61AD7D; }
a { background-color: rgb(97,173,125); }
div.DivClassName
{
background-color: #61AD7D;
}
.BgClassName
{
background-color: #61AD7D;
}
</style>
border-color css
<style>
span { border-color: #61AD7D; }
span { border-color: rgb(97,173,125); }
td.TdClassName
{
border-color: #61AD7D;
}
.TagClassName
{
border-color: #61AD7D;
}
</style>