Shades of Jade #07B268
Tints of Jade #07B268
RGB
CMYK
RGB Variations
Color information
#07B268 (or 0x07B268) is known color: Jade. HEX triplet: 07, B2 and 68. RGB value is (7,178,104). Sum of RGB (Red+Green+Blue) = 7+178+104=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #07B268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B268 is #F84D97. Grayscale: #767676. Windows color (decimal): -16272792 or 6861319. OLE color: 6861319.
HSL color Cylindrical-coordinate representation of color #07B268: hue angle of 154.04º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B268 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 104 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.30 |
| HSL | 154.04º | 0.92% | 0.36% | - |
| HSV(B) | 154.04º | 0.96% | 0.7% | - |
| XYZ | 18.51 | 32.89 | 18.47 | - |
| YUV | 118.44 | 119.85 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 104 | 0.96 | 0 | 0.42 | 0.30 | 154.04 | 0.92 | 0.36 |
| Hex | 7 | B2 | 68 | 60 | 0 | 2A | 1E | 9A | 5C | 24 |
| Octal | 7 | 262 | 150 | 140 | 0 | 52 | 36 | 232 | 134 | 44 |
| Binary | 111 | 10110010 | 1101000 | 1100000 | 0 | 101010 | 11110 | 10011010 | 1011100 | 100100 |
Color Harmonies of #07B268
Complementary color
Monochromatic Colors of #07B268
Black with #07B268
Text Example
Text Example
White with #07B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B268; }
p { color: rgb(7,178,104); }
H1.HeaderClassName
{
color: #07B268;
}
.AnyTagClassName
{
color: #07B268;
}
</style>
background-color css
<style>
a { background-color: #07B268; }
a { background-color: rgb(7,178,104); }
div.DivClassName
{
background-color: #07B268;
}
.BgClassName
{
background-color: #07B268;
}
</style>
border-color css
<style>
span { border-color: #07B268; }
span { border-color: rgb(7,178,104); }
td.TdClassName
{
border-color: #07B268;
}
.TagClassName
{
border-color: #07B268;
}
</style>