Shades of Dark Pastel Green #07B726
Tints of Dark Pastel Green #07B726
RGB
CMYK
RGB Variations
Color information
#07B726 (or 0x07B726) is known color: Dark Pastel Green. HEX triplet: 07, B7 and 26. RGB value is (7,183,38). Sum of RGB (Red+Green+Blue) = 7+183+38=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 183 (71.88% from 255 or 80.26% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 183 - color contains mainly: green. Hex color #07B726 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B726 is #F848D9. Grayscale: #727272. Windows color (decimal): -16271578 or 2537223. OLE color: 2537223.
HSL color Cylindrical-coordinate representation of color #07B726: hue angle of 130.57º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B726 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 38 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.28 |
| HSL | 130.57º | 0.93% | 0.37% | - |
| HSV(B) | 130.57º | 0.96% | 0.72% | - |
| XYZ | 17.37 | 34.05 | 7.49 | - |
| YUV | 113.85 | 85.19 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 38 | 0.96 | 0 | 0.79 | 0.28 | 130.57 | 0.93 | 0.37 |
| Hex | 7 | B7 | 26 | 60 | 0 | 4F | 1C | 83 | 5D | 25 |
| Octal | 7 | 267 | 46 | 140 | 0 | 117 | 34 | 203 | 135 | 45 |
| Binary | 111 | 10110111 | 100110 | 1100000 | 0 | 1001111 | 11100 | 10000011 | 1011101 | 100101 |
Color Harmonies of #07B726
Complementary color
Monochromatic Colors of #07B726
Black with #07B726
Text Example
Text Example
White with #07B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B726; }
p { color: rgb(7,183,38); }
H1.HeaderClassName
{
color: #07B726;
}
.AnyTagClassName
{
color: #07B726;
}
</style>
background-color css
<style>
a { background-color: #07B726; }
a { background-color: rgb(7,183,38); }
div.DivClassName
{
background-color: #07B726;
}
.BgClassName
{
background-color: #07B726;
}
</style>
border-color css
<style>
span { border-color: #07B726; }
span { border-color: rgb(7,183,38); }
td.TdClassName
{
border-color: #07B726;
}
.TagClassName
{
border-color: #07B726;
}
</style>