Shades of Pigment Green #06954A
Tints of Pigment Green #06954A
RGB
CMYK
RGB Variations
Color information
#06954A (or 0x06954A) is known color: Pigment Green. HEX triplet: 06, 95 and 4A. RGB value is (6,149,74). Sum of RGB (Red+Green+Blue) = 6+149+74=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #06954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06954A is #F96AB5. Grayscale: #616161. Windows color (decimal): -16345782 or 4887814. OLE color: 4887814.
HSL color Cylindrical-coordinate representation of color #06954A: hue angle of 148.53º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06954A is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 74 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.42 |
| HSL | 148.53º | 0.92% | 0.3% | - |
| HSV(B) | 148.53º | 0.96% | 0.58% | - |
| XYZ | 12.06 | 22.03 | 10.09 | - |
| YUV | 97.69 | 114.62 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 74 | 0.96 | 0 | 0.50 | 0.42 | 148.53 | 0.92 | 0.3 |
| Hex | 6 | 95 | 4A | 60 | 0 | 32 | 2A | 95 | 5C | 1E |
| Octal | 6 | 225 | 112 | 140 | 0 | 62 | 52 | 225 | 134 | 36 |
| Binary | 110 | 10010101 | 1001010 | 1100000 | 0 | 110010 | 101010 | 10010101 | 1011100 | 11110 |
Color Harmonies of #06954A
Complementary color
Monochromatic Colors of #06954A
Black with #06954A
Text Example
Text Example
White with #06954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06954A; }
p { color: rgb(6,149,74); }
H1.HeaderClassName
{
color: #06954A;
}
.AnyTagClassName
{
color: #06954A;
}
</style>
background-color css
<style>
a { background-color: #06954A; }
a { background-color: rgb(6,149,74); }
div.DivClassName
{
background-color: #06954A;
}
.BgClassName
{
background-color: #06954A;
}
</style>
border-color css
<style>
span { border-color: #06954A; }
span { border-color: rgb(6,149,74); }
td.TdClassName
{
border-color: #06954A;
}
.TagClassName
{
border-color: #06954A;
}
</style>