Shades of Dark Pastel Green #07B71C
Tints of Dark Pastel Green #07B71C
RGB
CMYK
RGB Variations
Color information
#07B71C (or 0x07B71C) is known color: Dark Pastel Green. HEX triplet: 07, B7 and 1C. RGB value is (7,183,28). Sum of RGB (Red+Green+Blue) = 7+183+28=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 183 (71.88% from 255 or 83.94% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 183 - color contains mainly: green. Hex color #07B71C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B71C is #F848E3. Grayscale: #717171. Windows color (decimal): -16271588 or 1881863. OLE color: 1881863.
HSL color Cylindrical-coordinate representation of color #07B71C: hue angle of 127.16º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B71C is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 28 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.28 |
| HSL | 127.16º | 0.93% | 0.37% | - |
| HSV(B) | 127.16º | 0.96% | 0.72% | - |
| XYZ | 17.23 | 34 | 6.75 | - |
| YUV | 112.71 | 80.19 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 28 | 0.96 | 0 | 0.85 | 0.28 | 127.16 | 0.93 | 0.37 |
| Hex | 7 | B7 | 1C | 60 | 0 | 55 | 1C | 7F | 5D | 25 |
| Octal | 7 | 267 | 34 | 140 | 0 | 125 | 34 | 177 | 135 | 45 |
| Binary | 111 | 10110111 | 11100 | 1100000 | 0 | 1010101 | 11100 | 1111111 | 1011101 | 100101 |
Color Harmonies of #07B71C
Complementary color
Monochromatic Colors of #07B71C
Black with #07B71C
Text Example
Text Example
White with #07B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B71C; }
p { color: rgb(7,183,28); }
H1.HeaderClassName
{
color: #07B71C;
}
.AnyTagClassName
{
color: #07B71C;
}
</style>
background-color css
<style>
a { background-color: #07B71C; }
a { background-color: rgb(7,183,28); }
div.DivClassName
{
background-color: #07B71C;
}
.BgClassName
{
background-color: #07B71C;
}
</style>
border-color css
<style>
span { border-color: #07B71C; }
span { border-color: rgb(7,183,28); }
td.TdClassName
{
border-color: #07B71C;
}
.TagClassName
{
border-color: #07B71C;
}
</style>