Shades of Dark Pastel Green #07B93D
Tints of Dark Pastel Green #07B93D
RGB
CMYK
RGB Variations
Color information
#07B93D (or 0x07B93D) is known color: Dark Pastel Green. HEX triplet: 07, B9 and 3D. RGB value is (7,185,61). Sum of RGB (Red+Green+Blue) = 7+185+61=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 185 (72.66% from 255 or 73.12% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 185 - color contains mainly: green. Hex color #07B93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B93D is #F846C2. Grayscale: #757575. Windows color (decimal): -16271043 or 4045063. OLE color: 4045063.
HSL color Cylindrical-coordinate representation of color #07B93D: hue angle of 138.2º 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 #07B93D is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 185 | 61 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.27 |
| HSL | 138.2º | 0.93% | 0.38% | - |
| HSV(B) | 138.2º | 0.96% | 0.73% | - |
| XYZ | 18.28 | 35.08 | 10.22 | - |
| YUV | 117.64 | 96.03 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 61 | 0.96 | 0 | 0.67 | 0.27 | 138.2 | 0.93 | 0.38 |
| Hex | 7 | B9 | 3D | 60 | 0 | 43 | 1B | 8A | 5D | 26 |
| Octal | 7 | 271 | 75 | 140 | 0 | 103 | 33 | 212 | 135 | 46 |
| Binary | 111 | 10111001 | 111101 | 1100000 | 0 | 1000011 | 11011 | 10001010 | 1011101 | 100110 |
Color Harmonies of #07B93D
Complementary color
Monochromatic Colors of #07B93D
Black with #07B93D
Text Example
Text Example
White with #07B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B93D; }
p { color: rgb(7,185,61); }
H1.HeaderClassName
{
color: #07B93D;
}
.AnyTagClassName
{
color: #07B93D;
}
</style>
background-color css
<style>
a { background-color: #07B93D; }
a { background-color: rgb(7,185,61); }
div.DivClassName
{
background-color: #07B93D;
}
.BgClassName
{
background-color: #07B93D;
}
</style>
border-color css
<style>
span { border-color: #07B93D; }
span { border-color: rgb(7,185,61); }
td.TdClassName
{
border-color: #07B93D;
}
.TagClassName
{
border-color: #07B93D;
}
</style>