Shades of Pigment Green #07B358
Tints of Pigment Green #07B358
RGB
CMYK
RGB Variations
Color information
#07B358 (or 0x07B358) is known color: Pigment Green. HEX triplet: 07, B3 and 58. RGB value is (7,179,88). Sum of RGB (Red+Green+Blue) = 7+179+88=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #07B358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B358 is #F84CA7. Grayscale: #757575. Windows color (decimal): -16272552 or 5812999. OLE color: 5812999.
HSL color Cylindrical-coordinate representation of color #07B358: hue angle of 148.26º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B358 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 88 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.30 |
| HSL | 148.26º | 0.92% | 0.36% | - |
| HSV(B) | 148.26º | 0.96% | 0.7% | - |
| XYZ | 17.97 | 32.99 | 14.65 | - |
| YUV | 117.2 | 111.52 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 88 | 0.96 | 0 | 0.51 | 0.30 | 148.26 | 0.92 | 0.36 |
| Hex | 7 | B3 | 58 | 60 | 0 | 33 | 1E | 94 | 5C | 24 |
| Octal | 7 | 263 | 130 | 140 | 0 | 63 | 36 | 224 | 134 | 44 |
| Binary | 111 | 10110011 | 1011000 | 1100000 | 0 | 110011 | 11110 | 10010100 | 1011100 | 100100 |
Color Harmonies of #07B358
Complementary color
Monochromatic Colors of #07B358
Black with #07B358
Text Example
Text Example
White with #07B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B358; }
p { color: rgb(7,179,88); }
H1.HeaderClassName
{
color: #07B358;
}
.AnyTagClassName
{
color: #07B358;
}
</style>
background-color css
<style>
a { background-color: #07B358; }
a { background-color: rgb(7,179,88); }
div.DivClassName
{
background-color: #07B358;
}
.BgClassName
{
background-color: #07B358;
}
</style>
border-color css
<style>
span { border-color: #07B358; }
span { border-color: rgb(7,179,88); }
td.TdClassName
{
border-color: #07B358;
}
.TagClassName
{
border-color: #07B358;
}
</style>