Shades of Ocean Green #61AF7B
Tints of Ocean Green #61AF7B
RGB
CMYK
RGB Variations
Color information
#61AF7B (or 0x61AF7B) is known color: Ocean Green. HEX triplet: 61, AF and 7B. RGB value is (97,175,123). Sum of RGB (Red+Green+Blue) = 97+175+123=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF7B is #9E5084. Grayscale: #919191. Windows color (decimal): -10375301 or 8105825. OLE color: 8105825.
HSL color Cylindrical-coordinate representation of color #61AF7B: hue angle of 140º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AF7B is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 175 | 123 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.31 |
| HSL | 140º | 0.33% | 0.53% | - |
| HSV(B) | 140º | 0.45% | 0.69% | - |
| XYZ | 23.83 | 34.63 | 24.17 | - |
| YUV | 145.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 123 | 0.45 | 0 | 0.30 | 0.31 | 140 | 0.33 | 0.53 |
| Hex | 61 | AF | 7B | 2D | 0 | 1E | 1F | 8C | 21 | 35 |
| Octal | 141 | 257 | 173 | 55 | 0 | 36 | 37 | 214 | 41 | 65 |
| Binary | 1100001 | 10101111 | 1111011 | 101101 | 0 | 11110 | 11111 | 10001100 | 100001 | 110101 |
Color Harmonies of #61AF7B
Complementary color
Monochromatic Colors of #61AF7B
Black with #61AF7B
Text Example
Text Example
White with #61AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AF7B; }
p { color: rgb(97,175,123); }
H1.HeaderClassName
{
color: #61AF7B;
}
.AnyTagClassName
{
color: #61AF7B;
}
</style>
background-color css
<style>
a { background-color: #61AF7B; }
a { background-color: rgb(97,175,123); }
div.DivClassName
{
background-color: #61AF7B;
}
.BgClassName
{
background-color: #61AF7B;
}
</style>
border-color css
<style>
span { border-color: #61AF7B; }
span { border-color: rgb(97,175,123); }
td.TdClassName
{
border-color: #61AF7B;
}
.TagClassName
{
border-color: #61AF7B;
}
</style>