Shades of Pigment Green #069D32
Tints of Pigment Green #069D32
RGB
CMYK
RGB Variations
Color information
#069D32 (or 0x069D32) is known color: Pigment Green. HEX triplet: 06, 9D and 32. RGB value is (6,157,50). Sum of RGB (Red+Green+Blue) = 6+157+50=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 157 (61.72% from 255 or 73.71% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 157 - color contains mainly: green. Hex color #069D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069D32 is #F962CD. Grayscale: #636363. Windows color (decimal): -16343758 or 3316998. OLE color: 3316998.
HSL color Cylindrical-coordinate representation of color #069D32: hue angle of 137.48º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069D32 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 157 | 50 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.38 |
| HSL | 137.48º | 0.93% | 0.32% | - |
| HSV(B) | 137.48º | 0.96% | 0.62% | - |
| XYZ | 12.71 | 24.38 | 7.05 | - |
| YUV | 99.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 50 | 0.96 | 0 | 0.68 | 0.38 | 137.48 | 0.93 | 0.32 |
| Hex | 6 | 9D | 32 | 60 | 0 | 44 | 26 | 89 | 5D | 20 |
| Octal | 6 | 235 | 62 | 140 | 0 | 104 | 46 | 211 | 135 | 40 |
| Binary | 110 | 10011101 | 110010 | 1100000 | 0 | 1000100 | 100110 | 10001001 | 1011101 | 100000 |
Color Harmonies of #069D32
Complementary color
Monochromatic Colors of #069D32
Black with #069D32
Text Example
Text Example
White with #069D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069D32; }
p { color: rgb(6,157,50); }
H1.HeaderClassName
{
color: #069D32;
}
.AnyTagClassName
{
color: #069D32;
}
</style>
background-color css
<style>
a { background-color: #069D32; }
a { background-color: rgb(6,157,50); }
div.DivClassName
{
background-color: #069D32;
}
.BgClassName
{
background-color: #069D32;
}
</style>
border-color css
<style>
span { border-color: #069D32; }
span { border-color: rgb(6,157,50); }
td.TdClassName
{
border-color: #069D32;
}
.TagClassName
{
border-color: #069D32;
}
</style>