Shades of Dark Pastel Green #07B12A
Tints of Dark Pastel Green #07B12A
RGB
CMYK
RGB Variations
Color information
#07B12A (or 0x07B12A) is known color: Dark Pastel Green. HEX triplet: 07, B1 and 2A. RGB value is (7,177,42). Sum of RGB (Red+Green+Blue) = 7+177+42=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 177 (69.53% from 255 or 78.32% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 177 - color contains mainly: green. Hex color #07B12A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B12A is #F84ED5. Grayscale: #6F6F6F. Windows color (decimal): -16273110 or 2797831. OLE color: 2797831.
HSL color Cylindrical-coordinate representation of color #07B12A: hue angle of 132.35º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B12A is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 177 | 42 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.31 |
| HSL | 132.35º | 0.92% | 0.36% | - |
| HSV(B) | 132.35º | 0.96% | 0.69% | - |
| XYZ | 16.23 | 31.66 | 7.45 | - |
| YUV | 110.78 | 89.18 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 42 | 0.96 | 0 | 0.76 | 0.31 | 132.35 | 0.92 | 0.36 |
| Hex | 7 | B1 | 2A | 60 | 0 | 4C | 1F | 84 | 5C | 24 |
| Octal | 7 | 261 | 52 | 140 | 0 | 114 | 37 | 204 | 134 | 44 |
| Binary | 111 | 10110001 | 101010 | 1100000 | 0 | 1001100 | 11111 | 10000100 | 1011100 | 100100 |
Color Harmonies of #07B12A
Complementary color
Monochromatic Colors of #07B12A
Black with #07B12A
Text Example
Text Example
White with #07B12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B12A; }
p { color: rgb(7,177,42); }
H1.HeaderClassName
{
color: #07B12A;
}
.AnyTagClassName
{
color: #07B12A;
}
</style>
background-color css
<style>
a { background-color: #07B12A; }
a { background-color: rgb(7,177,42); }
div.DivClassName
{
background-color: #07B12A;
}
.BgClassName
{
background-color: #07B12A;
}
</style>
border-color css
<style>
span { border-color: #07B12A; }
span { border-color: rgb(7,177,42); }
td.TdClassName
{
border-color: #07B12A;
}
.TagClassName
{
border-color: #07B12A;
}
</style>