Shades of Pigment Green #069A4A
Tints of Pigment Green #069A4A
RGB
CMYK
RGB Variations
Color information
#069A4A (or 0x069A4A) is known color: Pigment Green. HEX triplet: 06, 9A and 4A. RGB value is (6,154,74). Sum of RGB (Red+Green+Blue) = 6+154+74=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 154 (60.55% from 255 or 65.81% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 154 - color contains mainly: green. Hex color #069A4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A4A is #F965B5. Grayscale: #646464. Windows color (decimal): -16344502 or 4889094. OLE color: 4889094.
HSL color Cylindrical-coordinate representation of color #069A4A: hue angle of 147.57º degrees, saturation: 0.93, 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 #069A4A is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 74 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.40 |
| HSL | 147.57º | 0.93% | 0.31% | - |
| HSV(B) | 147.57º | 0.96% | 0.6% | - |
| XYZ | 12.87 | 23.64 | 10.36 | - |
| YUV | 100.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 74 | 0.96 | 0 | 0.52 | 0.40 | 147.57 | 0.93 | 0.31 |
| Hex | 6 | 9A | 4A | 60 | 0 | 34 | 28 | 94 | 5C | 1F |
| Octal | 6 | 232 | 112 | 140 | 0 | 64 | 50 | 224 | 134 | 37 |
| Binary | 110 | 10011010 | 1001010 | 1100000 | 0 | 110100 | 101000 | 10010100 | 1011100 | 11111 |
Color Harmonies of #069A4A
Complementary color
Monochromatic Colors of #069A4A
Black with #069A4A
Text Example
Text Example
White with #069A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A4A; }
p { color: rgb(6,154,74); }
H1.HeaderClassName
{
color: #069A4A;
}
.AnyTagClassName
{
color: #069A4A;
}
</style>
background-color css
<style>
a { background-color: #069A4A; }
a { background-color: rgb(6,154,74); }
div.DivClassName
{
background-color: #069A4A;
}
.BgClassName
{
background-color: #069A4A;
}
</style>
border-color css
<style>
span { border-color: #069A4A; }
span { border-color: rgb(6,154,74); }
td.TdClassName
{
border-color: #069A4A;
}
.TagClassName
{
border-color: #069A4A;
}
</style>