Shades of Pigment Green #06904A
Tints of Pigment Green #06904A
RGB
CMYK
RGB Variations
Color information
#06904A (or 0x06904A) is known color: Pigment Green. HEX triplet: 06, 90 and 4A. RGB value is (6,144,74). Sum of RGB (Red+Green+Blue) = 6+144+74=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 144 (56.64% from 255 or 64.29% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 144 - color contains mainly: green. Hex color #06904A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06904A is #F96FB5. Grayscale: #5E5E5E. Windows color (decimal): -16347062 or 4886534. OLE color: 4886534.
HSL color Cylindrical-coordinate representation of color #06904A: hue angle of 149.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06904A is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 74 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.44 |
| HSL | 149.57º | 0.92% | 0.29% | - |
| HSV(B) | 149.57º | 0.96% | 0.56% | - |
| XYZ | 11.28 | 20.48 | 9.84 | - |
| YUV | 94.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 74 | 0.96 | 0 | 0.49 | 0.44 | 149.57 | 0.92 | 0.29 |
| Hex | 6 | 90 | 4A | 60 | 0 | 31 | 2C | 96 | 5C | 1D |
| Octal | 6 | 220 | 112 | 140 | 0 | 61 | 54 | 226 | 134 | 35 |
| Binary | 110 | 10010000 | 1001010 | 1100000 | 0 | 110001 | 101100 | 10010110 | 1011100 | 11101 |
Color Harmonies of #06904A
Complementary color
Monochromatic Colors of #06904A
Black with #06904A
Text Example
Text Example
White with #06904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06904A; }
p { color: rgb(6,144,74); }
H1.HeaderClassName
{
color: #06904A;
}
.AnyTagClassName
{
color: #06904A;
}
</style>
background-color css
<style>
a { background-color: #06904A; }
a { background-color: rgb(6,144,74); }
div.DivClassName
{
background-color: #06904A;
}
.BgClassName
{
background-color: #06904A;
}
</style>
border-color css
<style>
span { border-color: #06904A; }
span { border-color: rgb(6,144,74); }
td.TdClassName
{
border-color: #06904A;
}
.TagClassName
{
border-color: #06904A;
}
</style>