Shades of Pigment Green #06923F
Tints of Pigment Green #06923F
RGB
CMYK
RGB Variations
Color information
#06923F (or 0x06923F) is known color: Pigment Green. HEX triplet: 06, 92 and 3F. RGB value is (6,146,63). Sum of RGB (Red+Green+Blue) = 6+146+63=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #06923F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06923F is #F96DC0. Grayscale: #5E5E5E. Windows color (decimal): -16346561 or 4166150. OLE color: 4166150.
HSL color Cylindrical-coordinate representation of color #06923F: hue angle of 144.43º 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 #06923F is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 146 | 63 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.43 |
| HSL | 144.43º | 0.92% | 0.3% | - |
| HSV(B) | 144.43º | 0.96% | 0.57% | - |
| XYZ | 11.25 | 20.96 | 8.15 | - |
| YUV | 94.68 | 110.12 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 63 | 0.96 | 0 | 0.57 | 0.43 | 144.43 | 0.92 | 0.3 |
| Hex | 6 | 92 | 3F | 60 | 0 | 39 | 2B | 90 | 5C | 1E |
| Octal | 6 | 222 | 77 | 140 | 0 | 71 | 53 | 220 | 134 | 36 |
| Binary | 110 | 10010010 | 111111 | 1100000 | 0 | 111001 | 101011 | 10010000 | 1011100 | 11110 |
Color Harmonies of #06923F
Complementary color
Monochromatic Colors of #06923F
Black with #06923F
Text Example
Text Example
White with #06923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06923F; }
p { color: rgb(6,146,63); }
H1.HeaderClassName
{
color: #06923F;
}
.AnyTagClassName
{
color: #06923F;
}
</style>
background-color css
<style>
a { background-color: #06923F; }
a { background-color: rgb(6,146,63); }
div.DivClassName
{
background-color: #06923F;
}
.BgClassName
{
background-color: #06923F;
}
</style>
border-color css
<style>
span { border-color: #06923F; }
span { border-color: rgb(6,146,63); }
td.TdClassName
{
border-color: #06923F;
}
.TagClassName
{
border-color: #06923F;
}
</style>