Shades of Pigment Green #06903F
Tints of Pigment Green #06903F
RGB
CMYK
RGB Variations
Color information
#06903F (or 0x06903F) is known color: Pigment Green. HEX triplet: 06, 90 and 3F. RGB value is (6,144,63). Sum of RGB (Red+Green+Blue) = 6+144+63=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #06903F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06903F is #F96FC0. Grayscale: #5D5D5D. Windows color (decimal): -16347073 or 4165638. OLE color: 4165638.
HSL color Cylindrical-coordinate representation of color #06903F: hue angle of 144.78º 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 #06903F is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 63 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.44 |
| HSL | 144.78º | 0.92% | 0.29% | - |
| HSV(B) | 144.78º | 0.96% | 0.56% | - |
| XYZ | 10.95 | 20.34 | 8.05 | - |
| YUV | 93.5 | 110.78 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 63 | 0.96 | 0 | 0.56 | 0.44 | 144.78 | 0.92 | 0.29 |
| Hex | 6 | 90 | 3F | 60 | 0 | 38 | 2C | 91 | 5C | 1D |
| Octal | 6 | 220 | 77 | 140 | 0 | 70 | 54 | 221 | 134 | 35 |
| Binary | 110 | 10010000 | 111111 | 1100000 | 0 | 111000 | 101100 | 10010001 | 1011100 | 11101 |
Color Harmonies of #06903F
Complementary color
Monochromatic Colors of #06903F
Black with #06903F
Text Example
Text Example
White with #06903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06903F; }
p { color: rgb(6,144,63); }
H1.HeaderClassName
{
color: #06903F;
}
.AnyTagClassName
{
color: #06903F;
}
</style>
background-color css
<style>
a { background-color: #06903F; }
a { background-color: rgb(6,144,63); }
div.DivClassName
{
background-color: #06903F;
}
.BgClassName
{
background-color: #06903F;
}
</style>
border-color css
<style>
span { border-color: #06903F; }
span { border-color: rgb(6,144,63); }
td.TdClassName
{
border-color: #06903F;
}
.TagClassName
{
border-color: #06903F;
}
</style>