Shades of Pigment Green #07943C
Tints of Pigment Green #07943C
RGB
CMYK
RGB Variations
Color information
#07943C (or 0x07943C) is known color: Pigment Green. HEX triplet: 07, 94 and 3C. RGB value is (7,148,60). Sum of RGB (Red+Green+Blue) = 7+148+60=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #07943C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07943C is #F86BC3. Grayscale: #606060. Windows color (decimal): -16280516 or 3970055. OLE color: 3970055.
HSL color Cylindrical-coordinate representation of color #07943C: hue angle of 142.55º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07943C is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 60 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.42 |
| HSL | 142.55º | 0.91% | 0.3% | - |
| HSV(B) | 142.55º | 0.95% | 0.58% | - |
| XYZ | 11.49 | 21.55 | 7.83 | - |
| YUV | 95.81 | 107.79 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 60 | 0.95 | 0 | 0.59 | 0.42 | 142.55 | 0.91 | 0.3 |
| Hex | 7 | 94 | 3C | 5F | 0 | 3B | 2A | 8F | 5B | 1E |
| Octal | 7 | 224 | 74 | 137 | 0 | 73 | 52 | 217 | 133 | 36 |
| Binary | 111 | 10010100 | 111100 | 1011111 | 0 | 111011 | 101010 | 10001111 | 1011011 | 11110 |
Color Harmonies of #07943C
Complementary color
Monochromatic Colors of #07943C
Black with #07943C
Text Example
Text Example
White with #07943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07943C; }
p { color: rgb(7,148,60); }
H1.HeaderClassName
{
color: #07943C;
}
.AnyTagClassName
{
color: #07943C;
}
</style>
background-color css
<style>
a { background-color: #07943C; }
a { background-color: rgb(7,148,60); }
div.DivClassName
{
background-color: #07943C;
}
.BgClassName
{
background-color: #07943C;
}
</style>
border-color css
<style>
span { border-color: #07943C; }
span { border-color: rgb(7,148,60); }
td.TdClassName
{
border-color: #07943C;
}
.TagClassName
{
border-color: #07943C;
}
</style>