Shades of Pigment Green #069832
Tints of Pigment Green #069832
RGB
CMYK
RGB Variations
Color information
#069832 (or 0x069832) is known color: Pigment Green. HEX triplet: 06, 98 and 32. RGB value is (6,152,50). Sum of RGB (Red+Green+Blue) = 6+152+50=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 152 (59.77% from 255 or 73.08% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 152 - color contains mainly: green. Hex color #069832 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069832 is #F967CD. Grayscale: #606060. Windows color (decimal): -16345038 or 3315718. OLE color: 3315718.
HSL color Cylindrical-coordinate representation of color #069832: hue angle of 138.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069832 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 50 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.40 |
| HSL | 138.08º | 0.92% | 0.31% | - |
| HSV(B) | 138.08º | 0.96% | 0.6% | - |
| XYZ | 11.88 | 22.73 | 6.78 | - |
| YUV | 96.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 50 | 0.96 | 0 | 0.67 | 0.40 | 138.08 | 0.92 | 0.31 |
| Hex | 6 | 98 | 32 | 60 | 0 | 43 | 28 | 8A | 5C | 1F |
| Octal | 6 | 230 | 62 | 140 | 0 | 103 | 50 | 212 | 134 | 37 |
| Binary | 110 | 10011000 | 110010 | 1100000 | 0 | 1000011 | 101000 | 10001010 | 1011100 | 11111 |
Color Harmonies of #069832
Complementary color
Monochromatic Colors of #069832
Black with #069832
Text Example
Text Example
White with #069832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069832; }
p { color: rgb(6,152,50); }
H1.HeaderClassName
{
color: #069832;
}
.AnyTagClassName
{
color: #069832;
}
</style>
background-color css
<style>
a { background-color: #069832; }
a { background-color: rgb(6,152,50); }
div.DivClassName
{
background-color: #069832;
}
.BgClassName
{
background-color: #069832;
}
</style>
border-color css
<style>
span { border-color: #069832; }
span { border-color: rgb(6,152,50); }
td.TdClassName
{
border-color: #069832;
}
.TagClassName
{
border-color: #069832;
}
</style>