Shades of Dark Pastel Green #07AB3F
Tints of Dark Pastel Green #07AB3F
RGB
CMYK
RGB Variations
Color information
#07AB3F (or 0x07AB3F) is known color: Dark Pastel Green. HEX triplet: 07, AB and 3F. RGB value is (7,171,63). Sum of RGB (Red+Green+Blue) = 7+171+63=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 171 (67.19% from 255 or 70.95% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AB3F is #F854C0. Grayscale: #6D6D6D. Windows color (decimal): -16274625 or 4172551. OLE color: 4172551.
HSL color Cylindrical-coordinate representation of color #07AB3F: hue angle of 140.49º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AB3F is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 171 | 63 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.33 |
| HSL | 140.49º | 0.92% | 0.35% | - |
| HSV(B) | 140.49º | 0.96% | 0.67% | - |
| XYZ | 15.55 | 29.53 | 9.58 | - |
| YUV | 109.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 63 | 0.96 | 0 | 0.63 | 0.33 | 140.49 | 0.92 | 0.35 |
| Hex | 7 | AB | 3F | 60 | 0 | 3F | 21 | 8C | 5C | 23 |
| Octal | 7 | 253 | 77 | 140 | 0 | 77 | 41 | 214 | 134 | 43 |
| Binary | 111 | 10101011 | 111111 | 1100000 | 0 | 111111 | 100001 | 10001100 | 1011100 | 100011 |
Color Harmonies of #07AB3F
Complementary color
Monochromatic Colors of #07AB3F
Black with #07AB3F
Text Example
Text Example
White with #07AB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AB3F; }
p { color: rgb(7,171,63); }
H1.HeaderClassName
{
color: #07AB3F;
}
.AnyTagClassName
{
color: #07AB3F;
}
</style>
background-color css
<style>
a { background-color: #07AB3F; }
a { background-color: rgb(7,171,63); }
div.DivClassName
{
background-color: #07AB3F;
}
.BgClassName
{
background-color: #07AB3F;
}
</style>
border-color css
<style>
span { border-color: #07AB3F; }
span { border-color: rgb(7,171,63); }
td.TdClassName
{
border-color: #07AB3F;
}
.TagClassName
{
border-color: #07AB3F;
}
</style>