Shades of Pigment Green #06923C
Tints of Pigment Green #06923C
RGB
CMYK
RGB Variations
Color information
#06923C (or 0x06923C) is known color: Pigment Green. HEX triplet: 06, 92 and 3C. RGB value is (6,146,60). Sum of RGB (Red+Green+Blue) = 6+146+60=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #06923C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06923C is #F96DC3. Grayscale: #5E5E5E. Windows color (decimal): -16346564 or 3969542. OLE color: 3969542.
HSL color Cylindrical-coordinate representation of color #06923C: hue angle of 143.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06923C is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 146 | 60 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.43 |
| HSL | 143.14º | 0.92% | 0.3% | - |
| HSV(B) | 143.14º | 0.96% | 0.57% | - |
| XYZ | 11.17 | 20.92 | 7.72 | - |
| YUV | 94.34 | 108.62 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 60 | 0.96 | 0 | 0.59 | 0.43 | 143.14 | 0.92 | 0.3 |
| Hex | 6 | 92 | 3C | 60 | 0 | 3B | 2B | 8F | 5C | 1E |
| Octal | 6 | 222 | 74 | 140 | 0 | 73 | 53 | 217 | 134 | 36 |
| Binary | 110 | 10010010 | 111100 | 1100000 | 0 | 111011 | 101011 | 10001111 | 1011100 | 11110 |
Color Harmonies of #06923C
Complementary color
Monochromatic Colors of #06923C
Black with #06923C
Text Example
Text Example
White with #06923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06923C; }
p { color: rgb(6,146,60); }
H1.HeaderClassName
{
color: #06923C;
}
.AnyTagClassName
{
color: #06923C;
}
</style>
background-color css
<style>
a { background-color: #06923C; }
a { background-color: rgb(6,146,60); }
div.DivClassName
{
background-color: #06923C;
}
.BgClassName
{
background-color: #06923C;
}
</style>
border-color css
<style>
span { border-color: #06923C; }
span { border-color: rgb(6,146,60); }
td.TdClassName
{
border-color: #06923C;
}
.TagClassName
{
border-color: #06923C;
}
</style>