Shades of Ocean Green #61AD7B
Tints of Ocean Green #61AD7B
RGB
CMYK
RGB Variations
Color information
#61AD7B (or 0x61AD7B) is known color: Ocean Green. HEX triplet: 61, AD and 7B. RGB value is (97,173,123). Sum of RGB (Red+Green+Blue) = 97+173+123=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD7B is #9E5284. Grayscale: #909090. Windows color (decimal): -10375813 or 8105313. OLE color: 8105313.
HSL color Cylindrical-coordinate representation of color #61AD7B: hue angle of 140.53º 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 #61AD7B is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 123 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.32 |
| HSL | 140.53º | 0.32% | 0.53% | - |
| HSV(B) | 140.53º | 0.44% | 0.68% | - |
| XYZ | 23.45 | 33.86 | 24.04 | - |
| YUV | 144.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 123 | 0.44 | 0 | 0.29 | 0.32 | 140.53 | 0.32 | 0.53 |
| Hex | 61 | AD | 7B | 2C | 0 | 1D | 20 | 8D | 20 | 35 |
| Octal | 141 | 255 | 173 | 54 | 0 | 35 | 40 | 215 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1111011 | 101100 | 0 | 11101 | 100000 | 10001101 | 100000 | 110101 |
Color Harmonies of #61AD7B
Complementary color
Monochromatic Colors of #61AD7B
Black with #61AD7B
Text Example
Text Example
White with #61AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD7B; }
p { color: rgb(97,173,123); }
H1.HeaderClassName
{
color: #61AD7B;
}
.AnyTagClassName
{
color: #61AD7B;
}
</style>
background-color css
<style>
a { background-color: #61AD7B; }
a { background-color: rgb(97,173,123); }
div.DivClassName
{
background-color: #61AD7B;
}
.BgClassName
{
background-color: #61AD7B;
}
</style>
border-color css
<style>
span { border-color: #61AD7B; }
span { border-color: rgb(97,173,123); }
td.TdClassName
{
border-color: #61AD7B;
}
.TagClassName
{
border-color: #61AD7B;
}
</style>