Shades of Pigment Green #07A54B
Tints of Pigment Green #07A54B
RGB
CMYK
RGB Variations
Color information
#07A54B (or 0x07A54B) is known color: Pigment Green. HEX triplet: 07, A5 and 4B. RGB value is (7,165,75). Sum of RGB (Red+Green+Blue) = 7+165+75=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 165 (64.84% from 255 or 66.80% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 165 - color contains mainly: green. Hex color #07A54B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A54B is #F85AB4. Grayscale: #6B6B6B. Windows color (decimal): -16276149 or 4957447. OLE color: 4957447.
HSL color Cylindrical-coordinate representation of color #07A54B: hue angle of 145.82º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A54B is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 165 | 75 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.35 |
| HSL | 145.82º | 0.92% | 0.34% | - |
| HSV(B) | 145.82º | 0.96% | 0.65% | - |
| XYZ | 14.81 | 27.46 | 11.18 | - |
| YUV | 107.5 | 109.65 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 165 | 75 | 0.96 | 0 | 0.55 | 0.35 | 145.82 | 0.92 | 0.34 |
| Hex | 7 | A5 | 4B | 60 | 0 | 37 | 23 | 92 | 5C | 22 |
| Octal | 7 | 245 | 113 | 140 | 0 | 67 | 43 | 222 | 134 | 42 |
| Binary | 111 | 10100101 | 1001011 | 1100000 | 0 | 110111 | 100011 | 10010010 | 1011100 | 100010 |
Color Harmonies of #07A54B
Complementary color
Monochromatic Colors of #07A54B
Black with #07A54B
Text Example
Text Example
White with #07A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A54B; }
p { color: rgb(7,165,75); }
H1.HeaderClassName
{
color: #07A54B;
}
.AnyTagClassName
{
color: #07A54B;
}
</style>
background-color css
<style>
a { background-color: #07A54B; }
a { background-color: rgb(7,165,75); }
div.DivClassName
{
background-color: #07A54B;
}
.BgClassName
{
background-color: #07A54B;
}
</style>
border-color css
<style>
span { border-color: #07A54B; }
span { border-color: rgb(7,165,75); }
td.TdClassName
{
border-color: #07A54B;
}
.TagClassName
{
border-color: #07A54B;
}
</style>