Shades of Pigment Green #07B04C
Tints of Pigment Green #07B04C
RGB
CMYK
RGB Variations
Color information
#07B04C (or 0x07B04C) is known color: Pigment Green. HEX triplet: 07, B0 and 4C. RGB value is (7,176,76). Sum of RGB (Red+Green+Blue) = 7+176+76=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 176 (69.14% from 255 or 67.95% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 176 - color contains mainly: green. Hex color #07B04C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B04C is #F84FB3. Grayscale: #727272. Windows color (decimal): -16273332 or 5025799. OLE color: 5025799.
HSL color Cylindrical-coordinate representation of color #07B04C: hue angle of 144.5º 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 #07B04C is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 76 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.31 |
| HSL | 144.5º | 0.92% | 0.36% | - |
| HSV(B) | 144.5º | 0.96% | 0.69% | - |
| XYZ | 16.92 | 31.62 | 12.05 | - |
| YUV | 114.07 | 106.51 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 76 | 0.96 | 0 | 0.57 | 0.31 | 144.5 | 0.92 | 0.36 |
| Hex | 7 | B0 | 4C | 60 | 0 | 39 | 1F | 90 | 5C | 24 |
| Octal | 7 | 260 | 114 | 140 | 0 | 71 | 37 | 220 | 134 | 44 |
| Binary | 111 | 10110000 | 1001100 | 1100000 | 0 | 111001 | 11111 | 10010000 | 1011100 | 100100 |
Color Harmonies of #07B04C
Complementary color
Monochromatic Colors of #07B04C
Black with #07B04C
Text Example
Text Example
White with #07B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B04C; }
p { color: rgb(7,176,76); }
H1.HeaderClassName
{
color: #07B04C;
}
.AnyTagClassName
{
color: #07B04C;
}
</style>
background-color css
<style>
a { background-color: #07B04C; }
a { background-color: rgb(7,176,76); }
div.DivClassName
{
background-color: #07B04C;
}
.BgClassName
{
background-color: #07B04C;
}
</style>
border-color css
<style>
span { border-color: #07B04C; }
span { border-color: rgb(7,176,76); }
td.TdClassName
{
border-color: #07B04C;
}
.TagClassName
{
border-color: #07B04C;
}
</style>