Shades of Ocean Green #60AF7D
Tints of Ocean Green #60AF7D
RGB
CMYK
RGB Variations
Color information
#60AF7D (or 0x60AF7D) is known color: Ocean Green. HEX triplet: 60, AF and 7D. RGB value is (96,175,125). Sum of RGB (Red+Green+Blue) = 96+175+125=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF7D is #9F5082. Grayscale: #919191. Windows color (decimal): -10440835 or 8236896. OLE color: 8236896.
HSL color Cylindrical-coordinate representation of color #60AF7D: hue angle of 142.03º 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 #60AF7D is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 125 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.31 |
| HSL | 142.03º | 0.33% | 0.53% | - |
| HSV(B) | 142.03º | 0.45% | 0.69% | - |
| XYZ | 23.86 | 34.63 | 24.83 | - |
| YUV | 145.68 | 116.33 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 125 | 0.45 | 0 | 0.29 | 0.31 | 142.03 | 0.33 | 0.53 |
| Hex | 60 | AF | 7D | 2D | 0 | 1D | 1F | 8E | 21 | 35 |
| Octal | 140 | 257 | 175 | 55 | 0 | 35 | 37 | 216 | 41 | 65 |
| Binary | 1100000 | 10101111 | 1111101 | 101101 | 0 | 11101 | 11111 | 10001110 | 100001 | 110101 |
Color Harmonies of #60AF7D
Complementary color
Monochromatic Colors of #60AF7D
Black with #60AF7D
Text Example
Text Example
White with #60AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF7D; }
p { color: rgb(96,175,125); }
H1.HeaderClassName
{
color: #60AF7D;
}
.AnyTagClassName
{
color: #60AF7D;
}
</style>
background-color css
<style>
a { background-color: #60AF7D; }
a { background-color: rgb(96,175,125); }
div.DivClassName
{
background-color: #60AF7D;
}
.BgClassName
{
background-color: #60AF7D;
}
</style>
border-color css
<style>
span { border-color: #60AF7D; }
span { border-color: rgb(96,175,125); }
td.TdClassName
{
border-color: #60AF7D;
}
.TagClassName
{
border-color: #60AF7D;
}
</style>