Shades of Pigment Green #07B055
Tints of Pigment Green #07B055
RGB
CMYK
RGB Variations
Color information
#07B055 (or 0x07B055) is known color: Pigment Green. HEX triplet: 07, B0 and 55. RGB value is (7,176,85). Sum of RGB (Red+Green+Blue) = 7+176+85=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 176 (69.14% from 255 or 65.67% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 176 - color contains mainly: green. Hex color #07B055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B055 is #F84FAA. Grayscale: #737373. Windows color (decimal): -16273323 or 5615623. OLE color: 5615623.
HSL color Cylindrical-coordinate representation of color #07B055: hue angle of 147.69º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B055 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 85 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.31 |
| HSL | 147.69º | 0.92% | 0.36% | - |
| HSV(B) | 147.69º | 0.96% | 0.69% | - |
| XYZ | 17.25 | 31.75 | 13.81 | - |
| YUV | 115.1 | 111.01 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 85 | 0.96 | 0 | 0.52 | 0.31 | 147.69 | 0.92 | 0.36 |
| Hex | 7 | B0 | 55 | 60 | 0 | 34 | 1F | 94 | 5C | 24 |
| Octal | 7 | 260 | 125 | 140 | 0 | 64 | 37 | 224 | 134 | 44 |
| Binary | 111 | 10110000 | 1010101 | 1100000 | 0 | 110100 | 11111 | 10010100 | 1011100 | 100100 |
Color Harmonies of #07B055
Complementary color
Monochromatic Colors of #07B055
Black with #07B055
Text Example
Text Example
White with #07B055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B055; }
p { color: rgb(7,176,85); }
H1.HeaderClassName
{
color: #07B055;
}
.AnyTagClassName
{
color: #07B055;
}
</style>
background-color css
<style>
a { background-color: #07B055; }
a { background-color: rgb(7,176,85); }
div.DivClassName
{
background-color: #07B055;
}
.BgClassName
{
background-color: #07B055;
}
</style>
border-color css
<style>
span { border-color: #07B055; }
span { border-color: rgb(7,176,85); }
td.TdClassName
{
border-color: #07B055;
}
.TagClassName
{
border-color: #07B055;
}
</style>