Shades of Pigment Green #069945
Tints of Pigment Green #069945
RGB
CMYK
RGB Variations
Color information
#069945 (or 0x069945) is known color: Pigment Green. HEX triplet: 06, 99 and 45. RGB value is (6,153,69). Sum of RGB (Red+Green+Blue) = 6+153+69=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #069945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069945 is #F966BA. Grayscale: #636363. Windows color (decimal): -16344763 or 4561158. OLE color: 4561158.
HSL color Cylindrical-coordinate representation of color #069945: hue angle of 145.71º 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 #069945 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 6 | 153 | 69 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.4 |
| HSL | 145.71º | 0.92% | 0.31% | - |
| HSV(B) | 145.71º | 0.96% | 0.6% | - |
| XYZ | 12.54 | 23.25 | 9.46 | - |
| YUV | 99.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 69 | 0.96 | 0 | 0.55 | 0.4 | 145.71 | 0.92 | 0.31 |
| Hex | 6 | 99 | 45 | 60 | 0 | 37 | 28 | 92 | 5C | 1F |
| Octal | 6 | 231 | 105 | 140 | 0 | 67 | 50 | 222 | 134 | 37 |
| Binary | 110 | 10011001 | 1000101 | 1100000 | 0 | 110111 | 101000 | 10010010 | 1011100 | 11111 |
Color Harmonies of #069945
Complementary color
Monochromatic Colors of #069945
Black with #069945
Text Example
Text Example
White with #069945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069945; }
p { color: rgb(6,153,69); }
H1.HeaderClassName
{
color: #069945;
}
.AnyTagClassName
{
color: #069945;
}
</style>
background-color css
<style>
a { background-color: #069945; }
a { background-color: rgb(6,153,69); }
div.DivClassName
{
background-color: #069945;
}
.BgClassName
{
background-color: #069945;
}
</style>
border-color css
<style>
span { border-color: #069945; }
span { border-color: rgb(6,153,69); }
td.TdClassName
{
border-color: #069945;
}
.TagClassName
{
border-color: #069945;
}
</style>