Shades of Pigment Green #07B74D
Tints of Pigment Green #07B74D
RGB
CMYK
RGB Variations
Color information
#07B74D (or 0x07B74D) is known color: Pigment Green. HEX triplet: 07, B7 and 4D. RGB value is (7,183,77). Sum of RGB (Red+Green+Blue) = 7+183+77=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 183 (71.88% from 255 or 68.54% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 183 - color contains mainly: green. Hex color #07B74D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B74D is #F848B2. Grayscale: #767676. Windows color (decimal): -16271539 or 5093127. OLE color: 5093127.
HSL color Cylindrical-coordinate representation of color #07B74D: hue angle of 143.86º 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 #07B74D is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 77 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.28 |
| HSL | 143.86º | 0.93% | 0.37% | - |
| HSV(B) | 143.86º | 0.96% | 0.72% | - |
| XYZ | 18.36 | 34.45 | 12.7 | - |
| YUV | 118.29 | 104.69 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 77 | 0.96 | 0 | 0.58 | 0.28 | 143.86 | 0.93 | 0.37 |
| Hex | 7 | B7 | 4D | 60 | 0 | 3A | 1C | 90 | 5D | 25 |
| Octal | 7 | 267 | 115 | 140 | 0 | 72 | 34 | 220 | 135 | 45 |
| Binary | 111 | 10110111 | 1001101 | 1100000 | 0 | 111010 | 11100 | 10010000 | 1011101 | 100101 |
Color Harmonies of #07B74D
Complementary color
Monochromatic Colors of #07B74D
Black with #07B74D
Text Example
Text Example
White with #07B74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B74D; }
p { color: rgb(7,183,77); }
H1.HeaderClassName
{
color: #07B74D;
}
.AnyTagClassName
{
color: #07B74D;
}
</style>
background-color css
<style>
a { background-color: #07B74D; }
a { background-color: rgb(7,183,77); }
div.DivClassName
{
background-color: #07B74D;
}
.BgClassName
{
background-color: #07B74D;
}
</style>
border-color css
<style>
span { border-color: #07B74D; }
span { border-color: rgb(7,183,77); }
td.TdClassName
{
border-color: #07B74D;
}
.TagClassName
{
border-color: #07B74D;
}
</style>