Shades of Pigment Green #07A53C
Tints of Pigment Green #07A53C
RGB
CMYK
RGB Variations
Color information
#07A53C (or 0x07A53C) is known color: Pigment Green. HEX triplet: 07, A5 and 3C. RGB value is (7,165,60). Sum of RGB (Red+Green+Blue) = 7+165+60=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 165 (64.84% from 255 or 71.12% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 165 - color contains mainly: green. Hex color #07A53C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A53C is #F85AC3. Grayscale: #6A6A6A. Windows color (decimal): -16276164 or 3974407. OLE color: 3974407.
HSL color Cylindrical-coordinate representation of color #07A53C: hue angle of 140.13º 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 #07A53C is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 165 | 60 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.35 |
| HSL | 140.13º | 0.92% | 0.34% | - |
| HSV(B) | 140.13º | 0.96% | 0.65% | - |
| XYZ | 14.36 | 27.28 | 8.78 | - |
| YUV | 105.79 | 102.15 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 165 | 60 | 0.96 | 0 | 0.64 | 0.35 | 140.13 | 0.92 | 0.34 |
| Hex | 7 | A5 | 3C | 60 | 0 | 40 | 23 | 8C | 5C | 22 |
| Octal | 7 | 245 | 74 | 140 | 0 | 100 | 43 | 214 | 134 | 42 |
| Binary | 111 | 10100101 | 111100 | 1100000 | 0 | 1000000 | 100011 | 10001100 | 1011100 | 100010 |
Color Harmonies of #07A53C
Complementary color
Monochromatic Colors of #07A53C
Black with #07A53C
Text Example
Text Example
White with #07A53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A53C; }
p { color: rgb(7,165,60); }
H1.HeaderClassName
{
color: #07A53C;
}
.AnyTagClassName
{
color: #07A53C;
}
</style>
background-color css
<style>
a { background-color: #07A53C; }
a { background-color: rgb(7,165,60); }
div.DivClassName
{
background-color: #07A53C;
}
.BgClassName
{
background-color: #07A53C;
}
</style>
border-color css
<style>
span { border-color: #07A53C; }
span { border-color: rgb(7,165,60); }
td.TdClassName
{
border-color: #07A53C;
}
.TagClassName
{
border-color: #07A53C;
}
</style>