Shades of Pigment Green #07B85B
Tints of Pigment Green #07B85B
RGB
CMYK
RGB Variations
Color information
#07B85B (or 0x07B85B) is known color: Pigment Green. HEX triplet: 07, B8 and 5B. RGB value is (7,184,91). Sum of RGB (Red+Green+Blue) = 7+184+91=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 184 (72.27% from 255 or 65.25% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 184 - color contains mainly: green. Hex color #07B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B85B is #F847A4. Grayscale: #787878. Windows color (decimal): -16271269 or 6010887. OLE color: 6010887.
HSL color Cylindrical-coordinate representation of color #07B85B: hue angle of 148.47º 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 #07B85B is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 91 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.28 |
| HSL | 148.47º | 0.93% | 0.37% | - |
| HSV(B) | 148.47º | 0.96% | 0.72% | - |
| XYZ | 19.12 | 35.08 | 15.66 | - |
| YUV | 120.48 | 111.36 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 91 | 0.96 | 0 | 0.51 | 0.28 | 148.47 | 0.93 | 0.37 |
| Hex | 7 | B8 | 5B | 60 | 0 | 33 | 1C | 94 | 5D | 25 |
| Octal | 7 | 270 | 133 | 140 | 0 | 63 | 34 | 224 | 135 | 45 |
| Binary | 111 | 10111000 | 1011011 | 1100000 | 0 | 110011 | 11100 | 10010100 | 1011101 | 100101 |
Color Harmonies of #07B85B
Complementary color
Monochromatic Colors of #07B85B
Black with #07B85B
Text Example
Text Example
White with #07B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B85B; }
p { color: rgb(7,184,91); }
H1.HeaderClassName
{
color: #07B85B;
}
.AnyTagClassName
{
color: #07B85B;
}
</style>
background-color css
<style>
a { background-color: #07B85B; }
a { background-color: rgb(7,184,91); }
div.DivClassName
{
background-color: #07B85B;
}
.BgClassName
{
background-color: #07B85B;
}
</style>
border-color css
<style>
span { border-color: #07B85B; }
span { border-color: rgb(7,184,91); }
td.TdClassName
{
border-color: #07B85B;
}
.TagClassName
{
border-color: #07B85B;
}
</style>