Shades of Pigment Green #06904C
Tints of Pigment Green #06904C
RGB
CMYK
RGB Variations
Color information
#06904C (or 0x06904C) is known color: Pigment Green. HEX triplet: 06, 90 and 4C. RGB value is (6,144,76). Sum of RGB (Red+Green+Blue) = 6+144+76=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #06904C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06904C is #F96FB3. Grayscale: #5F5F5F. Windows color (decimal): -16347060 or 5017606. OLE color: 5017606.
HSL color Cylindrical-coordinate representation of color #06904C: hue angle of 150.43º 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 #06904C is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 76 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.44 |
| HSL | 150.43º | 0.92% | 0.29% | - |
| HSV(B) | 150.43º | 0.96% | 0.56% | - |
| XYZ | 11.35 | 20.51 | 10.2 | - |
| YUV | 94.99 | 117.28 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 76 | 0.96 | 0 | 0.47 | 0.44 | 150.43 | 0.92 | 0.29 |
| Hex | 6 | 90 | 4C | 60 | 0 | 2F | 2C | 96 | 5C | 1D |
| Octal | 6 | 220 | 114 | 140 | 0 | 57 | 54 | 226 | 134 | 35 |
| Binary | 110 | 10010000 | 1001100 | 1100000 | 0 | 101111 | 101100 | 10010110 | 1011100 | 11101 |
Color Harmonies of #06904C
Complementary color
Monochromatic Colors of #06904C
Black with #06904C
Text Example
Text Example
White with #06904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06904C; }
p { color: rgb(6,144,76); }
H1.HeaderClassName
{
color: #06904C;
}
.AnyTagClassName
{
color: #06904C;
}
</style>
background-color css
<style>
a { background-color: #06904C; }
a { background-color: rgb(6,144,76); }
div.DivClassName
{
background-color: #06904C;
}
.BgClassName
{
background-color: #06904C;
}
</style>
border-color css
<style>
span { border-color: #06904C; }
span { border-color: rgb(6,144,76); }
td.TdClassName
{
border-color: #06904C;
}
.TagClassName
{
border-color: #06904C;
}
</style>