Shades of Ocean Green #61A97E
Tints of Ocean Green #61A97E
RGB
CMYK
RGB Variations
Color information
#61A97E (or 0x61A97E) is known color: Ocean Green. HEX triplet: 61, A9 and 7E. RGB value is (97,169,126). Sum of RGB (Red+Green+Blue) = 97+169+126=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #61A97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A97E is #9E5681. Grayscale: #8E8E8E. Windows color (decimal): -10376834 or 8300897. OLE color: 8300897.
HSL color Cylindrical-coordinate representation of color #61A97E: hue angle of 144.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A97E is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 169 | 126 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.34 |
| HSL | 144.17º | 0.3% | 0.52% | - |
| HSV(B) | 144.17º | 0.43% | 0.66% | - |
| XYZ | 22.88 | 32.42 | 24.79 | - |
| YUV | 142.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 126 | 0.43 | 0 | 0.25 | 0.34 | 144.17 | 0.3 | 0.52 |
| Hex | 61 | A9 | 7E | 2B | 0 | 19 | 22 | 90 | 1E | 34 |
| Octal | 141 | 251 | 176 | 53 | 0 | 31 | 42 | 220 | 36 | 64 |
| Binary | 1100001 | 10101001 | 1111110 | 101011 | 0 | 11001 | 100010 | 10010000 | 11110 | 110100 |
Color Harmonies of #61A97E
Complementary color
Monochromatic Colors of #61A97E
Black with #61A97E
Text Example
Text Example
White with #61A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A97E; }
p { color: rgb(97,169,126); }
H1.HeaderClassName
{
color: #61A97E;
}
.AnyTagClassName
{
color: #61A97E;
}
</style>
background-color css
<style>
a { background-color: #61A97E; }
a { background-color: rgb(97,169,126); }
div.DivClassName
{
background-color: #61A97E;
}
.BgClassName
{
background-color: #61A97E;
}
</style>
border-color css
<style>
span { border-color: #61A97E; }
span { border-color: rgb(97,169,126); }
td.TdClassName
{
border-color: #61A97E;
}
.TagClassName
{
border-color: #61A97E;
}
</style>