Shades of Pigment Green #07BA5C
Tints of Pigment Green #07BA5C
RGB
CMYK
RGB Variations
Color information
#07BA5C (or 0x07BA5C) is known color: Pigment Green. HEX triplet: 07, BA and 5C. RGB value is (7,186,92). Sum of RGB (Red+Green+Blue) = 7+186+92=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA5C is #F845A3. Grayscale: #797979. Windows color (decimal): -16270756 or 6076935. OLE color: 6076935.
HSL color Cylindrical-coordinate representation of color #07BA5C: hue angle of 148.49º 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 #07BA5C is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 92 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.27 |
| HSL | 148.49º | 0.93% | 0.38% | - |
| HSV(B) | 148.49º | 0.96% | 0.73% | - |
| XYZ | 19.58 | 35.94 | 16.03 | - |
| YUV | 121.76 | 111.2 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 92 | 0.96 | 0 | 0.51 | 0.27 | 148.49 | 0.93 | 0.38 |
| Hex | 7 | BA | 5C | 60 | 0 | 33 | 1B | 94 | 5D | 26 |
| Octal | 7 | 272 | 134 | 140 | 0 | 63 | 33 | 224 | 135 | 46 |
| Binary | 111 | 10111010 | 1011100 | 1100000 | 0 | 110011 | 11011 | 10010100 | 1011101 | 100110 |
Color Harmonies of #07BA5C
Complementary color
Monochromatic Colors of #07BA5C
Black with #07BA5C
Text Example
Text Example
White with #07BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA5C; }
p { color: rgb(7,186,92); }
H1.HeaderClassName
{
color: #07BA5C;
}
.AnyTagClassName
{
color: #07BA5C;
}
</style>
background-color css
<style>
a { background-color: #07BA5C; }
a { background-color: rgb(7,186,92); }
div.DivClassName
{
background-color: #07BA5C;
}
.BgClassName
{
background-color: #07BA5C;
}
</style>
border-color css
<style>
span { border-color: #07BA5C; }
span { border-color: rgb(7,186,92); }
td.TdClassName
{
border-color: #07BA5C;
}
.TagClassName
{
border-color: #07BA5C;
}
</style>