Shades of Jade #07AF74
Tints of Jade #07AF74
RGB
CMYK
RGB Variations
Color information
#07AF74 (or 0x07AF74) is known color: Jade. HEX triplet: 07, AF and 74. RGB value is (7,175,116). Sum of RGB (Red+Green+Blue) = 7+175+116=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AF74 is #F8508B. Grayscale: #767676. Windows color (decimal): -16273548 or 7646983. OLE color: 7646983.
HSL color Cylindrical-coordinate representation of color #07AF74: hue angle of 158.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF74 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 116 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.31 |
| HSL | 158.93º | 0.92% | 0.36% | - |
| HSV(B) | 158.93º | 0.96% | 0.69% | - |
| XYZ | 18.57 | 31.97 | 21.71 | - |
| YUV | 118.04 | 126.84 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 116 | 0.96 | 0 | 0.34 | 0.31 | 158.93 | 0.92 | 0.36 |
| Hex | 7 | AF | 74 | 60 | 0 | 22 | 1F | 9F | 5C | 24 |
| Octal | 7 | 257 | 164 | 140 | 0 | 42 | 37 | 237 | 134 | 44 |
| Binary | 111 | 10101111 | 1110100 | 1100000 | 0 | 100010 | 11111 | 10011111 | 1011100 | 100100 |
Color Harmonies of #07AF74
Complementary color
Monochromatic Colors of #07AF74
Black with #07AF74
Text Example
Text Example
White with #07AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF74; }
p { color: rgb(7,175,116); }
H1.HeaderClassName
{
color: #07AF74;
}
.AnyTagClassName
{
color: #07AF74;
}
</style>
background-color css
<style>
a { background-color: #07AF74; }
a { background-color: rgb(7,175,116); }
div.DivClassName
{
background-color: #07AF74;
}
.BgClassName
{
background-color: #07AF74;
}
</style>
border-color css
<style>
span { border-color: #07AF74; }
span { border-color: rgb(7,175,116); }
td.TdClassName
{
border-color: #07AF74;
}
.TagClassName
{
border-color: #07AF74;
}
</style>