Shades of Dark Pastel Green #07B73C
Tints of Dark Pastel Green #07B73C
RGB
CMYK
RGB Variations
Color information
#07B73C (or 0x07B73C) is known color: Dark Pastel Green. HEX triplet: 07, B7 and 3C. RGB value is (7,183,60). Sum of RGB (Red+Green+Blue) = 7+183+60=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 183 (71.88% from 255 or 73.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 183 - color contains mainly: green. Hex color #07B73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B73C is #F848C3. Grayscale: #747474. Windows color (decimal): -16271556 or 3979015. OLE color: 3979015.
HSL color Cylindrical-coordinate representation of color #07B73C: hue angle of 138.07º 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 #07B73C is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 60 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.28 |
| HSL | 138.07º | 0.93% | 0.37% | - |
| HSV(B) | 138.07º | 0.96% | 0.72% | - |
| XYZ | 17.84 | 34.24 | 9.94 | - |
| YUV | 116.35 | 96.19 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 60 | 0.96 | 0 | 0.67 | 0.28 | 138.07 | 0.93 | 0.37 |
| Hex | 7 | B7 | 3C | 60 | 0 | 43 | 1C | 8A | 5D | 25 |
| Octal | 7 | 267 | 74 | 140 | 0 | 103 | 34 | 212 | 135 | 45 |
| Binary | 111 | 10110111 | 111100 | 1100000 | 0 | 1000011 | 11100 | 10001010 | 1011101 | 100101 |
Color Harmonies of #07B73C
Complementary color
Monochromatic Colors of #07B73C
Black with #07B73C
Text Example
Text Example
White with #07B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B73C; }
p { color: rgb(7,183,60); }
H1.HeaderClassName
{
color: #07B73C;
}
.AnyTagClassName
{
color: #07B73C;
}
</style>
background-color css
<style>
a { background-color: #07B73C; }
a { background-color: rgb(7,183,60); }
div.DivClassName
{
background-color: #07B73C;
}
.BgClassName
{
background-color: #07B73C;
}
</style>
border-color css
<style>
span { border-color: #07B73C; }
span { border-color: rgb(7,183,60); }
td.TdClassName
{
border-color: #07B73C;
}
.TagClassName
{
border-color: #07B73C;
}
</style>