Shades of Jade #07AF7B
Tints of Jade #07AF7B
RGB
CMYK
RGB Variations
Color information
#07AF7B (or 0x07AF7B) is known color: Jade. HEX triplet: 07, AF and 7B. RGB value is (7,175,123). Sum of RGB (Red+Green+Blue) = 7+175+123=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AF7B is #F85084. Grayscale: #767676. Windows color (decimal): -16273541 or 8105735. OLE color: 8105735.
HSL color Cylindrical-coordinate representation of color #07AF7B: hue angle of 161.43º 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 #07AF7B is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 123 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.31 |
| HSL | 161.43º | 0.92% | 0.36% | - |
| HSV(B) | 161.43º | 0.96% | 0.69% | - |
| XYZ | 18.99 | 32.14 | 23.94 | - |
| YUV | 118.84 | 130.34 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 123 | 0.96 | 0 | 0.30 | 0.31 | 161.43 | 0.92 | 0.36 |
| Hex | 7 | AF | 7B | 60 | 0 | 1E | 1F | A1 | 5C | 24 |
| Octal | 7 | 257 | 173 | 140 | 0 | 36 | 37 | 241 | 134 | 44 |
| Binary | 111 | 10101111 | 1111011 | 1100000 | 0 | 11110 | 11111 | 10100001 | 1011100 | 100100 |
Color Harmonies of #07AF7B
Complementary color
Monochromatic Colors of #07AF7B
Black with #07AF7B
Text Example
Text Example
White with #07AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF7B; }
p { color: rgb(7,175,123); }
H1.HeaderClassName
{
color: #07AF7B;
}
.AnyTagClassName
{
color: #07AF7B;
}
</style>
background-color css
<style>
a { background-color: #07AF7B; }
a { background-color: rgb(7,175,123); }
div.DivClassName
{
background-color: #07AF7B;
}
.BgClassName
{
background-color: #07AF7B;
}
</style>
border-color css
<style>
span { border-color: #07AF7B; }
span { border-color: rgb(7,175,123); }
td.TdClassName
{
border-color: #07AF7B;
}
.TagClassName
{
border-color: #07AF7B;
}
</style>