Shades of Pigment Green #07B85A
Tints of Pigment Green #07B85A
RGB
CMYK
RGB Variations
Color information
#07B85A (or 0x07B85A) is known color: Pigment Green. HEX triplet: 07, B8 and 5A. RGB value is (7,184,90). Sum of RGB (Red+Green+Blue) = 7+184+90=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #07B85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B85A is #F847A5. Grayscale: #787878. Windows color (decimal): -16271270 or 5945351. OLE color: 5945351.
HSL color Cylindrical-coordinate representation of color #07B85A: hue angle of 148.14º 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 #07B85A is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 90 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.28 |
| HSL | 148.14º | 0.93% | 0.37% | - |
| HSV(B) | 148.14º | 0.96% | 0.72% | - |
| XYZ | 19.07 | 35.06 | 15.44 | - |
| YUV | 120.36 | 110.86 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 90 | 0.96 | 0 | 0.51 | 0.28 | 148.14 | 0.93 | 0.37 |
| Hex | 7 | B8 | 5A | 60 | 0 | 33 | 1C | 94 | 5D | 25 |
| Octal | 7 | 270 | 132 | 140 | 0 | 63 | 34 | 224 | 135 | 45 |
| Binary | 111 | 10111000 | 1011010 | 1100000 | 0 | 110011 | 11100 | 10010100 | 1011101 | 100101 |
Color Harmonies of #07B85A
Complementary color
Monochromatic Colors of #07B85A
Black with #07B85A
Text Example
Text Example
White with #07B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B85A; }
p { color: rgb(7,184,90); }
H1.HeaderClassName
{
color: #07B85A;
}
.AnyTagClassName
{
color: #07B85A;
}
</style>
background-color css
<style>
a { background-color: #07B85A; }
a { background-color: rgb(7,184,90); }
div.DivClassName
{
background-color: #07B85A;
}
.BgClassName
{
background-color: #07B85A;
}
</style>
border-color css
<style>
span { border-color: #07B85A; }
span { border-color: rgb(7,184,90); }
td.TdClassName
{
border-color: #07B85A;
}
.TagClassName
{
border-color: #07B85A;
}
</style>