Shades of Jade #07BD74
Tints of Jade #07BD74
RGB
CMYK
RGB Variations
Color information
#07BD74 (or 0x07BD74) is known color: Jade. HEX triplet: 07, BD and 74. RGB value is (7,189,116). Sum of RGB (Red+Green+Blue) = 7+189+116=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD74 is #F8428B. Grayscale: #7E7E7E. Windows color (decimal): -16269964 or 7650567. OLE color: 7650567.
HSL color Cylindrical-coordinate representation of color #07BD74: hue angle of 155.93º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD74 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 116 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.26 |
| HSL | 155.93º | 0.93% | 0.38% | - |
| HSV(B) | 155.93º | 0.96% | 0.74% | - |
| XYZ | 21.44 | 37.7 | 22.67 | - |
| YUV | 126.26 | 122.2 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 116 | 0.96 | 0 | 0.39 | 0.26 | 155.93 | 0.93 | 0.38 |
| Hex | 7 | BD | 74 | 60 | 0 | 27 | 1A | 9C | 5D | 26 |
| Octal | 7 | 275 | 164 | 140 | 0 | 47 | 32 | 234 | 135 | 46 |
| Binary | 111 | 10111101 | 1110100 | 1100000 | 0 | 100111 | 11010 | 10011100 | 1011101 | 100110 |
Color Harmonies of #07BD74
Complementary color
Monochromatic Colors of #07BD74
Black with #07BD74
Text Example
Text Example
White with #07BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD74; }
p { color: rgb(7,189,116); }
H1.HeaderClassName
{
color: #07BD74;
}
.AnyTagClassName
{
color: #07BD74;
}
</style>
background-color css
<style>
a { background-color: #07BD74; }
a { background-color: rgb(7,189,116); }
div.DivClassName
{
background-color: #07BD74;
}
.BgClassName
{
background-color: #07BD74;
}
</style>
border-color css
<style>
span { border-color: #07BD74; }
span { border-color: rgb(7,189,116); }
td.TdClassName
{
border-color: #07BD74;
}
.TagClassName
{
border-color: #07BD74;
}
</style>