Shades of Dark Pastel Green #07B03B
Tints of Dark Pastel Green #07B03B
RGB
CMYK
RGB Variations
Color information
#07B03B (or 0x07B03B) is known color: Dark Pastel Green. HEX triplet: 07, B0 and 3B. RGB value is (7,176,59). Sum of RGB (Red+Green+Blue) = 7+176+59=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 176 (69.14% from 255 or 72.73% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 176 - color contains mainly: green. Hex color #07B03B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B03B is #F84FC4. Grayscale: #707070. Windows color (decimal): -16273349 or 3911687. OLE color: 3911687.
HSL color Cylindrical-coordinate representation of color #07B03B: hue angle of 138.46º 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 #07B03B is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 59 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.31 |
| HSL | 138.46º | 0.92% | 0.36% | - |
| HSV(B) | 138.46º | 0.96% | 0.69% | - |
| XYZ | 16.4 | 31.41 | 9.34 | - |
| YUV | 112.13 | 98.01 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 59 | 0.96 | 0 | 0.66 | 0.31 | 138.46 | 0.92 | 0.36 |
| Hex | 7 | B0 | 3B | 60 | 0 | 42 | 1F | 8A | 5C | 24 |
| Octal | 7 | 260 | 73 | 140 | 0 | 102 | 37 | 212 | 134 | 44 |
| Binary | 111 | 10110000 | 111011 | 1100000 | 0 | 1000010 | 11111 | 10001010 | 1011100 | 100100 |
Color Harmonies of #07B03B
Complementary color
Monochromatic Colors of #07B03B
Black with #07B03B
Text Example
Text Example
White with #07B03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B03B; }
p { color: rgb(7,176,59); }
H1.HeaderClassName
{
color: #07B03B;
}
.AnyTagClassName
{
color: #07B03B;
}
</style>
background-color css
<style>
a { background-color: #07B03B; }
a { background-color: rgb(7,176,59); }
div.DivClassName
{
background-color: #07B03B;
}
.BgClassName
{
background-color: #07B03B;
}
</style>
border-color css
<style>
span { border-color: #07B03B; }
span { border-color: rgb(7,176,59); }
td.TdClassName
{
border-color: #07B03B;
}
.TagClassName
{
border-color: #07B03B;
}
</style>