Shades of Dark Pastel Green #07B81C
Tints of Dark Pastel Green #07B81C
RGB
CMYK
RGB Variations
Color information
#07B81C (or 0x07B81C) is known color: Dark Pastel Green. HEX triplet: 07, B8 and 1C. RGB value is (7,184,28). Sum of RGB (Red+Green+Blue) = 7+184+28=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 184 (72.27% from 255 or 84.02% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 184 - color contains mainly: green. Hex color #07B81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B81C is #F847E3. Grayscale: #717171. Windows color (decimal): -16271332 or 1882119. OLE color: 1882119.
HSL color Cylindrical-coordinate representation of color #07B81C: hue angle of 127.12º 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 #07B81C is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 28 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.28 |
| HSL | 127.12º | 0.93% | 0.37% | - |
| HSV(B) | 127.12º | 0.96% | 0.72% | - |
| XYZ | 17.44 | 34.41 | 6.82 | - |
| YUV | 113.29 | 79.86 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 28 | 0.96 | 0 | 0.85 | 0.28 | 127.12 | 0.93 | 0.37 |
| Hex | 7 | B8 | 1C | 60 | 0 | 55 | 1C | 7F | 5D | 25 |
| Octal | 7 | 270 | 34 | 140 | 0 | 125 | 34 | 177 | 135 | 45 |
| Binary | 111 | 10111000 | 11100 | 1100000 | 0 | 1010101 | 11100 | 1111111 | 1011101 | 100101 |
Color Harmonies of #07B81C
Complementary color
Monochromatic Colors of #07B81C
Black with #07B81C
Text Example
Text Example
White with #07B81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B81C; }
p { color: rgb(7,184,28); }
H1.HeaderClassName
{
color: #07B81C;
}
.AnyTagClassName
{
color: #07B81C;
}
</style>
background-color css
<style>
a { background-color: #07B81C; }
a { background-color: rgb(7,184,28); }
div.DivClassName
{
background-color: #07B81C;
}
.BgClassName
{
background-color: #07B81C;
}
</style>
border-color css
<style>
span { border-color: #07B81C; }
span { border-color: rgb(7,184,28); }
td.TdClassName
{
border-color: #07B81C;
}
.TagClassName
{
border-color: #07B81C;
}
</style>