Shades of Ocean Green #61A781
Tints of Ocean Green #61A781
RGB
CMYK
RGB Variations
Color information
#61A781 (or 0x61A781) is known color: Ocean Green. HEX triplet: 61, A7 and 81. RGB value is (97,167,129). Sum of RGB (Red+Green+Blue) = 97+167+129=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #61A781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A781 is #9E587E. Grayscale: #8D8D8D. Windows color (decimal): -10377343 or 8496993. OLE color: 8496993.
HSL color Cylindrical-coordinate representation of color #61A781: hue angle of 147.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A781 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 167 | 129 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.35 |
| HSL | 147.43º | 0.28% | 0.52% | - |
| HSV(B) | 147.43º | 0.42% | 0.65% | - |
| XYZ | 22.71 | 31.76 | 25.7 | - |
| YUV | 141.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 129 | 0.42 | 0 | 0.23 | 0.35 | 147.43 | 0.28 | 0.52 |
| Hex | 61 | A7 | 81 | 2A | 0 | 17 | 23 | 93 | 1C | 34 |
| Octal | 141 | 247 | 201 | 52 | 0 | 27 | 43 | 223 | 34 | 64 |
| Binary | 1100001 | 10100111 | 10000001 | 101010 | 0 | 10111 | 100011 | 10010011 | 11100 | 110100 |
Color Harmonies of #61A781
Complementary color
Monochromatic Colors of #61A781
Black with #61A781
Text Example
Text Example
White with #61A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A781; }
p { color: rgb(97,167,129); }
H1.HeaderClassName
{
color: #61A781;
}
.AnyTagClassName
{
color: #61A781;
}
</style>
background-color css
<style>
a { background-color: #61A781; }
a { background-color: rgb(97,167,129); }
div.DivClassName
{
background-color: #61A781;
}
.BgClassName
{
background-color: #61A781;
}
</style>
border-color css
<style>
span { border-color: #61A781; }
span { border-color: rgb(97,167,129); }
td.TdClassName
{
border-color: #61A781;
}
.TagClassName
{
border-color: #61A781;
}
</style>