Shades of Pigment Green #069845
Tints of Pigment Green #069845
RGB
CMYK
RGB Variations
Color information
#069845 (or 0x069845) is known color: Pigment Green. HEX triplet: 06, 98 and 45. RGB value is (6,152,69). Sum of RGB (Red+Green+Blue) = 6+152+69=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 152 (59.77% from 255 or 66.96% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 152 - color contains mainly: green. Hex color #069845 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069845 is #F967BA. Grayscale: #636363. Windows color (decimal): -16345019 or 4560902. OLE color: 4560902.
HSL color Cylindrical-coordinate representation of color #069845: hue angle of 145.89º 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 #069845 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 69 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.40 |
| HSL | 145.89º | 0.92% | 0.31% | - |
| HSV(B) | 145.89º | 0.96% | 0.6% | - |
| XYZ | 12.38 | 22.92 | 9.4 | - |
| YUV | 98.88 | 111.13 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 69 | 0.96 | 0 | 0.55 | 0.40 | 145.89 | 0.92 | 0.31 |
| Hex | 6 | 98 | 45 | 60 | 0 | 37 | 28 | 92 | 5C | 1F |
| Octal | 6 | 230 | 105 | 140 | 0 | 67 | 50 | 222 | 134 | 37 |
| Binary | 110 | 10011000 | 1000101 | 1100000 | 0 | 110111 | 101000 | 10010010 | 1011100 | 11111 |
Color Harmonies of #069845
Complementary color
Monochromatic Colors of #069845
Black with #069845
Text Example
Text Example
White with #069845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069845; }
p { color: rgb(6,152,69); }
H1.HeaderClassName
{
color: #069845;
}
.AnyTagClassName
{
color: #069845;
}
</style>
background-color css
<style>
a { background-color: #069845; }
a { background-color: rgb(6,152,69); }
div.DivClassName
{
background-color: #069845;
}
.BgClassName
{
background-color: #069845;
}
</style>
border-color css
<style>
span { border-color: #069845; }
span { border-color: rgb(6,152,69); }
td.TdClassName
{
border-color: #069845;
}
.TagClassName
{
border-color: #069845;
}
</style>