Shades of Pigment Green #069133
Tints of Pigment Green #069133
RGB
CMYK
RGB Variations
Color information
#069133 (or 0x069133) is known color: Pigment Green. HEX triplet: 06, 91 and 33. RGB value is (6,145,51). Sum of RGB (Red+Green+Blue) = 6+145+51=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 145 (57.03% from 255 or 71.78% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 145 - color contains mainly: green. Hex color #069133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069133 is #F96ECC. Grayscale: #5C5C5C. Windows color (decimal): -16346829 or 3379462. OLE color: 3379462.
HSL color Cylindrical-coordinate representation of color #069133: hue angle of 139.42º 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 #069133 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 145 | 51 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.43 |
| HSL | 139.42º | 0.92% | 0.3% | - |
| HSV(B) | 139.42º | 0.96% | 0.57% | - |
| XYZ | 10.8 | 20.53 | 6.53 | - |
| YUV | 92.72 | 104.45 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 51 | 0.96 | 0 | 0.65 | 0.43 | 139.42 | 0.92 | 0.3 |
| Hex | 6 | 91 | 33 | 60 | 0 | 41 | 2B | 8B | 5C | 1E |
| Octal | 6 | 221 | 63 | 140 | 0 | 101 | 53 | 213 | 134 | 36 |
| Binary | 110 | 10010001 | 110011 | 1100000 | 0 | 1000001 | 101011 | 10001011 | 1011100 | 11110 |
Color Harmonies of #069133
Complementary color
Monochromatic Colors of #069133
Black with #069133
Text Example
Text Example
White with #069133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069133; }
p { color: rgb(6,145,51); }
H1.HeaderClassName
{
color: #069133;
}
.AnyTagClassName
{
color: #069133;
}
</style>
background-color css
<style>
a { background-color: #069133; }
a { background-color: rgb(6,145,51); }
div.DivClassName
{
background-color: #069133;
}
.BgClassName
{
background-color: #069133;
}
</style>
border-color css
<style>
span { border-color: #069133; }
span { border-color: rgb(6,145,51); }
td.TdClassName
{
border-color: #069133;
}
.TagClassName
{
border-color: #069133;
}
</style>