Shades of Pigment Green #069033
Tints of Pigment Green #069033
RGB
CMYK
RGB Variations
Color information
#069033 (or 0x069033) is known color: Pigment Green. HEX triplet: 06, 90 and 33. RGB value is (6,144,51). Sum of RGB (Red+Green+Blue) = 6+144+51=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #069033 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069033 is #F96FCC. Grayscale: #5C5C5C. Windows color (decimal): -16347085 or 3379206. OLE color: 3379206.
HSL color Cylindrical-coordinate representation of color #069033: hue angle of 139.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069033 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 51 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.44 |
| HSL | 139.57º | 0.92% | 0.29% | - |
| HSV(B) | 139.57º | 0.96% | 0.56% | - |
| XYZ | 10.65 | 20.22 | 6.47 | - |
| YUV | 92.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 51 | 0.96 | 0 | 0.65 | 0.44 | 139.57 | 0.92 | 0.29 |
| Hex | 6 | 90 | 33 | 60 | 0 | 41 | 2C | 8C | 5C | 1D |
| Octal | 6 | 220 | 63 | 140 | 0 | 101 | 54 | 214 | 134 | 35 |
| Binary | 110 | 10010000 | 110011 | 1100000 | 0 | 1000001 | 101100 | 10001100 | 1011100 | 11101 |
Color Harmonies of #069033
Complementary color
Monochromatic Colors of #069033
Black with #069033
Text Example
Text Example
White with #069033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069033; }
p { color: rgb(6,144,51); }
H1.HeaderClassName
{
color: #069033;
}
.AnyTagClassName
{
color: #069033;
}
</style>
background-color css
<style>
a { background-color: #069033; }
a { background-color: rgb(6,144,51); }
div.DivClassName
{
background-color: #069033;
}
.BgClassName
{
background-color: #069033;
}
</style>
border-color css
<style>
span { border-color: #069033; }
span { border-color: rgb(6,144,51); }
td.TdClassName
{
border-color: #069033;
}
.TagClassName
{
border-color: #069033;
}
</style>