Shades of Pigment Green #06904E
Tints of Pigment Green #06904E
RGB
CMYK
RGB Variations
Color information
#06904E (or 0x06904E) is known color: Pigment Green. HEX triplet: 06, 90 and 4E. RGB value is (6,144,78). Sum of RGB (Red+Green+Blue) = 6+144+78=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #06904E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06904E is #F96FB1. Grayscale: #5F5F5F. Windows color (decimal): -16347058 or 5148678. OLE color: 5148678.
HSL color Cylindrical-coordinate representation of color #06904E: hue angle of 151.3º 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 #06904E is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 78 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.44 |
| HSL | 151.3º | 0.92% | 0.29% | - |
| HSV(B) | 151.3º | 0.96% | 0.56% | - |
| XYZ | 11.42 | 20.54 | 10.57 | - |
| YUV | 95.21 | 118.28 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 78 | 0.96 | 0 | 0.46 | 0.44 | 151.3 | 0.92 | 0.29 |
| Hex | 6 | 90 | 4E | 60 | 0 | 2E | 2C | 97 | 5C | 1D |
| Octal | 6 | 220 | 116 | 140 | 0 | 56 | 54 | 227 | 134 | 35 |
| Binary | 110 | 10010000 | 1001110 | 1100000 | 0 | 101110 | 101100 | 10010111 | 1011100 | 11101 |
Color Harmonies of #06904E
Complementary color
Monochromatic Colors of #06904E
Black with #06904E
Text Example
Text Example
White with #06904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06904E; }
p { color: rgb(6,144,78); }
H1.HeaderClassName
{
color: #06904E;
}
.AnyTagClassName
{
color: #06904E;
}
</style>
background-color css
<style>
a { background-color: #06904E; }
a { background-color: rgb(6,144,78); }
div.DivClassName
{
background-color: #06904E;
}
.BgClassName
{
background-color: #06904E;
}
</style>
border-color css
<style>
span { border-color: #06904E; }
span { border-color: rgb(6,144,78); }
td.TdClassName
{
border-color: #06904E;
}
.TagClassName
{
border-color: #06904E;
}
</style>