Shades of Dark Pastel Green #07BB3F
Tints of Dark Pastel Green #07BB3F
RGB
CMYK
RGB Variations
Color information
#07BB3F (or 0x07BB3F) is known color: Dark Pastel Green. HEX triplet: 07, BB and 3F. RGB value is (7,187,63). Sum of RGB (Red+Green+Blue) = 7+187+63=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 187 (73.44% from 255 or 72.76% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB3F is #F844C0. Grayscale: #777777. Windows color (decimal): -16270529 or 4176647. OLE color: 4176647.
HSL color Cylindrical-coordinate representation of color #07BB3F: hue angle of 138.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB3F is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 63 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.27 |
| HSL | 138.67º | 0.93% | 0.38% | - |
| HSV(B) | 138.67º | 0.96% | 0.73% | - |
| XYZ | 18.76 | 35.94 | 10.65 | - |
| YUV | 119.04 | 96.37 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 63 | 0.96 | 0 | 0.66 | 0.27 | 138.67 | 0.93 | 0.38 |
| Hex | 7 | BB | 3F | 60 | 0 | 42 | 1B | 8B | 5D | 26 |
| Octal | 7 | 273 | 77 | 140 | 0 | 102 | 33 | 213 | 135 | 46 |
| Binary | 111 | 10111011 | 111111 | 1100000 | 0 | 1000010 | 11011 | 10001011 | 1011101 | 100110 |
Color Harmonies of #07BB3F
Complementary color
Monochromatic Colors of #07BB3F
Black with #07BB3F
Text Example
Text Example
White with #07BB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB3F; }
p { color: rgb(7,187,63); }
H1.HeaderClassName
{
color: #07BB3F;
}
.AnyTagClassName
{
color: #07BB3F;
}
</style>
background-color css
<style>
a { background-color: #07BB3F; }
a { background-color: rgb(7,187,63); }
div.DivClassName
{
background-color: #07BB3F;
}
.BgClassName
{
background-color: #07BB3F;
}
</style>
border-color css
<style>
span { border-color: #07BB3F; }
span { border-color: rgb(7,187,63); }
td.TdClassName
{
border-color: #07BB3F;
}
.TagClassName
{
border-color: #07BB3F;
}
</style>