Shades of Dark Pastel Green #07B741
Tints of Dark Pastel Green #07B741
RGB
CMYK
RGB Variations
Color information
#07B741 (or 0x07B741) is known color: Dark Pastel Green. HEX triplet: 07, B7 and 41. RGB value is (7,183,65). Sum of RGB (Red+Green+Blue) = 7+183+65=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 183 (71.88% from 255 or 71.76% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 183 - color contains mainly: green. Hex color #07B741 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B741 is #F848BE. Grayscale: #757575. Windows color (decimal): -16271551 or 4306695. OLE color: 4306695.
HSL color Cylindrical-coordinate representation of color #07B741: hue angle of 139.77º 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 #07B741 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 65 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.28 |
| HSL | 139.77º | 0.93% | 0.37% | - |
| HSV(B) | 139.77º | 0.96% | 0.72% | - |
| XYZ | 17.98 | 34.29 | 10.67 | - |
| YUV | 116.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 65 | 0.96 | 0 | 0.64 | 0.28 | 139.77 | 0.93 | 0.37 |
| Hex | 7 | B7 | 41 | 60 | 0 | 40 | 1C | 8C | 5D | 25 |
| Octal | 7 | 267 | 101 | 140 | 0 | 100 | 34 | 214 | 135 | 45 |
| Binary | 111 | 10110111 | 1000001 | 1100000 | 0 | 1000000 | 11100 | 10001100 | 1011101 | 100101 |
Color Harmonies of #07B741
Complementary color
Monochromatic Colors of #07B741
Black with #07B741
Text Example
Text Example
White with #07B741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B741; }
p { color: rgb(7,183,65); }
H1.HeaderClassName
{
color: #07B741;
}
.AnyTagClassName
{
color: #07B741;
}
</style>
background-color css
<style>
a { background-color: #07B741; }
a { background-color: rgb(7,183,65); }
div.DivClassName
{
background-color: #07B741;
}
.BgClassName
{
background-color: #07B741;
}
</style>
border-color css
<style>
span { border-color: #07B741; }
span { border-color: rgb(7,183,65); }
td.TdClassName
{
border-color: #07B741;
}
.TagClassName
{
border-color: #07B741;
}
</style>