Shades of Dark Pastel Green #07B044
Tints of Dark Pastel Green #07B044
RGB
CMYK
RGB Variations
Color information
#07B044 (or 0x07B044) is known color: Dark Pastel Green. HEX triplet: 07, B0 and 44. RGB value is (7,176,68). Sum of RGB (Red+Green+Blue) = 7+176+68=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 176 (69.14% from 255 or 70.12% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 176 - color contains mainly: green. Hex color #07B044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B044 is #F84FBB. Grayscale: #717171. Windows color (decimal): -16273340 or 4501511. OLE color: 4501511.
HSL color Cylindrical-coordinate representation of color #07B044: hue angle of 141.66º 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 #07B044 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 68 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.31 |
| HSL | 141.66º | 0.92% | 0.36% | - |
| HSV(B) | 141.66º | 0.96% | 0.69% | - |
| XYZ | 16.66 | 31.51 | 10.67 | - |
| YUV | 113.16 | 102.51 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 68 | 0.96 | 0 | 0.61 | 0.31 | 141.66 | 0.92 | 0.36 |
| Hex | 7 | B0 | 44 | 60 | 0 | 3D | 1F | 8E | 5C | 24 |
| Octal | 7 | 260 | 104 | 140 | 0 | 75 | 37 | 216 | 134 | 44 |
| Binary | 111 | 10110000 | 1000100 | 1100000 | 0 | 111101 | 11111 | 10001110 | 1011100 | 100100 |
Color Harmonies of #07B044
Complementary color
Monochromatic Colors of #07B044
Black with #07B044
Text Example
Text Example
White with #07B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B044; }
p { color: rgb(7,176,68); }
H1.HeaderClassName
{
color: #07B044;
}
.AnyTagClassName
{
color: #07B044;
}
</style>
background-color css
<style>
a { background-color: #07B044; }
a { background-color: rgb(7,176,68); }
div.DivClassName
{
background-color: #07B044;
}
.BgClassName
{
background-color: #07B044;
}
</style>
border-color css
<style>
span { border-color: #07B044; }
span { border-color: rgb(7,176,68); }
td.TdClassName
{
border-color: #07B044;
}
.TagClassName
{
border-color: #07B044;
}
</style>