Shades of Dark Pastel Green #07C732
Tints of Dark Pastel Green #07C732
RGB
CMYK
RGB Variations
Color information
#07C732 (or 0x07C732) is known color: Dark Pastel Green. HEX triplet: 07, C7 and 32. RGB value is (7,199,50). Sum of RGB (Red+Green+Blue) = 7+199+50=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 199 (78.12% from 255 or 77.73% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 199 - color contains mainly: green. Hex color #07C732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C732 is #F838CD. Grayscale: #7D7D7D. Windows color (decimal): -16267470 or 3327751. OLE color: 3327751.
HSL color Cylindrical-coordinate representation of color #07C732: hue angle of 133.44º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C732 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 50 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.22 |
| HSL | 133.44º | 0.93% | 0.4% | - |
| HSV(B) | 133.44º | 0.96% | 0.78% | - |
| XYZ | 21.09 | 41.12 | 9.84 | - |
| YUV | 124.61 | 85.89 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 50 | 0.96 | 0 | 0.75 | 0.22 | 133.44 | 0.93 | 0.4 |
| Hex | 7 | C7 | 32 | 60 | 0 | 4B | 16 | 85 | 5D | 28 |
| Octal | 7 | 307 | 62 | 140 | 0 | 113 | 26 | 205 | 135 | 50 |
| Binary | 111 | 11000111 | 110010 | 1100000 | 0 | 1001011 | 10110 | 10000101 | 1011101 | 101000 |
Color Harmonies of #07C732
Complementary color
Monochromatic Colors of #07C732
Black with #07C732
Text Example
Text Example
White with #07C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C732; }
p { color: rgb(7,199,50); }
H1.HeaderClassName
{
color: #07C732;
}
.AnyTagClassName
{
color: #07C732;
}
</style>
background-color css
<style>
a { background-color: #07C732; }
a { background-color: rgb(7,199,50); }
div.DivClassName
{
background-color: #07C732;
}
.BgClassName
{
background-color: #07C732;
}
</style>
border-color css
<style>
span { border-color: #07C732; }
span { border-color: rgb(7,199,50); }
td.TdClassName
{
border-color: #07C732;
}
.TagClassName
{
border-color: #07C732;
}
</style>