Shades of Pigment Green #069632
Tints of Pigment Green #069632
RGB
CMYK
RGB Variations
Color information
#069632 (or 0x069632) is known color: Pigment Green. HEX triplet: 06, 96 and 32. RGB value is (6,150,50). Sum of RGB (Red+Green+Blue) = 6+150+50=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 150 (58.98% from 255 or 72.82% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 150 - color contains mainly: green. Hex color #069632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069632 is #F969CD. Grayscale: #5F5F5F. Windows color (decimal): -16345550 or 3315206. OLE color: 3315206.
HSL color Cylindrical-coordinate representation of color #069632: hue angle of 138.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069632 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 150 | 50 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.41 |
| HSL | 138.33º | 0.92% | 0.31% | - |
| HSV(B) | 138.33º | 0.96% | 0.59% | - |
| XYZ | 11.56 | 22.08 | 6.67 | - |
| YUV | 95.54 | 102.29 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 50 | 0.96 | 0 | 0.67 | 0.41 | 138.33 | 0.92 | 0.31 |
| Hex | 6 | 96 | 32 | 60 | 0 | 43 | 29 | 8A | 5C | 1F |
| Octal | 6 | 226 | 62 | 140 | 0 | 103 | 51 | 212 | 134 | 37 |
| Binary | 110 | 10010110 | 110010 | 1100000 | 0 | 1000011 | 101001 | 10001010 | 1011100 | 11111 |
Color Harmonies of #069632
Complementary color
Monochromatic Colors of #069632
Black with #069632
Text Example
Text Example
White with #069632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069632; }
p { color: rgb(6,150,50); }
H1.HeaderClassName
{
color: #069632;
}
.AnyTagClassName
{
color: #069632;
}
</style>
background-color css
<style>
a { background-color: #069632; }
a { background-color: rgb(6,150,50); }
div.DivClassName
{
background-color: #069632;
}
.BgClassName
{
background-color: #069632;
}
</style>
border-color css
<style>
span { border-color: #069632; }
span { border-color: rgb(6,150,50); }
td.TdClassName
{
border-color: #069632;
}
.TagClassName
{
border-color: #069632;
}
</style>