Shades of Pigment Green #06984D
Tints of Pigment Green #06984D
RGB
CMYK
RGB Variations
Color information
#06984D (or 0x06984D) is known color: Pigment Green. HEX triplet: 06, 98 and 4D. RGB value is (6,152,77). Sum of RGB (Red+Green+Blue) = 6+152+77=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #06984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06984D is #F967B2. Grayscale: #636363. Windows color (decimal): -16345011 or 5085190. OLE color: 5085190.
HSL color Cylindrical-coordinate representation of color #06984D: hue angle of 149.18º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06984D is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 77 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.40 |
| HSL | 149.18º | 0.92% | 0.31% | - |
| HSV(B) | 149.18º | 0.96% | 0.6% | - |
| XYZ | 12.64 | 23.03 | 10.8 | - |
| YUV | 99.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 77 | 0.96 | 0 | 0.49 | 0.40 | 149.18 | 0.92 | 0.31 |
| Hex | 6 | 98 | 4D | 60 | 0 | 31 | 28 | 95 | 5C | 1F |
| Octal | 6 | 230 | 115 | 140 | 0 | 61 | 50 | 225 | 134 | 37 |
| Binary | 110 | 10011000 | 1001101 | 1100000 | 0 | 110001 | 101000 | 10010101 | 1011100 | 11111 |
Color Harmonies of #06984D
Complementary color
Monochromatic Colors of #06984D
Black with #06984D
Text Example
Text Example
White with #06984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06984D; }
p { color: rgb(6,152,77); }
H1.HeaderClassName
{
color: #06984D;
}
.AnyTagClassName
{
color: #06984D;
}
</style>
background-color css
<style>
a { background-color: #06984D; }
a { background-color: rgb(6,152,77); }
div.DivClassName
{
background-color: #06984D;
}
.BgClassName
{
background-color: #06984D;
}
</style>
border-color css
<style>
span { border-color: #06984D; }
span { border-color: rgb(6,152,77); }
td.TdClassName
{
border-color: #06984D;
}
.TagClassName
{
border-color: #06984D;
}
</style>