Shades of Pigment Green #08B74D
Tints of Pigment Green #08B74D
RGB
CMYK
RGB Variations
Color information
#08B74D (or 0x08B74D) is known color: Pigment Green. HEX triplet: 08, B7 and 4D. RGB value is (8,183,77). Sum of RGB (Red+Green+Blue) = 8+183+77=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 183 (71.88% from 255 or 68.28% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 183 - color contains mainly: green. Hex color #08B74D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B74D is #F748B2. Grayscale: #767676. Windows color (decimal): -16206003 or 5093128. OLE color: 5093128.
HSL color Cylindrical-coordinate representation of color #08B74D: hue angle of 143.66º degrees, saturation: 0.92, 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 #08B74D is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 183 | 77 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.28 |
| HSL | 143.66º | 0.92% | 0.37% | - |
| HSV(B) | 143.66º | 0.96% | 0.72% | - |
| XYZ | 18.37 | 34.45 | 12.7 | - |
| YUV | 118.59 | 104.52 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 77 | 0.96 | 0 | 0.58 | 0.28 | 143.66 | 0.92 | 0.37 |
| Hex | 8 | B7 | 4D | 60 | 0 | 3A | 1C | 90 | 5C | 25 |
| Octal | 10 | 267 | 115 | 140 | 0 | 72 | 34 | 220 | 134 | 45 |
| Binary | 1000 | 10110111 | 1001101 | 1100000 | 0 | 111010 | 11100 | 10010000 | 1011100 | 100101 |
Color Harmonies of #08B74D
Complementary color
Monochromatic Colors of #08B74D
Black with #08B74D
Text Example
Text Example
White with #08B74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B74D; }
p { color: rgb(8,183,77); }
H1.HeaderClassName
{
color: #08B74D;
}
.AnyTagClassName
{
color: #08B74D;
}
</style>
background-color css
<style>
a { background-color: #08B74D; }
a { background-color: rgb(8,183,77); }
div.DivClassName
{
background-color: #08B74D;
}
.BgClassName
{
background-color: #08B74D;
}
</style>
border-color css
<style>
span { border-color: #08B74D; }
span { border-color: rgb(8,183,77); }
td.TdClassName
{
border-color: #08B74D;
}
.TagClassName
{
border-color: #08B74D;
}
</style>