Shades of Pigment Green #069B50
Tints of Pigment Green #069B50
RGB
CMYK
RGB Variations
Color information
#069B50 (or 0x069B50) is known color: Pigment Green. HEX triplet: 06, 9B and 50. RGB value is (6,155,80). Sum of RGB (Red+Green+Blue) = 6+155+80=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 155 (60.94% from 255 or 64.32% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 155 - color contains mainly: green. Hex color #069B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069B50 is #F964AF. Grayscale: #666666. Windows color (decimal): -16344240 or 5282566. OLE color: 5282566.
HSL color Cylindrical-coordinate representation of color #069B50: hue angle of 149.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069B50 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 155 | 80 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.39 |
| HSL | 149.8º | 0.93% | 0.32% | - |
| HSV(B) | 149.8º | 0.96% | 0.61% | - |
| XYZ | 13.24 | 24.06 | 11.54 | - |
| YUV | 101.9 | 115.64 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 80 | 0.96 | 0 | 0.48 | 0.39 | 149.8 | 0.93 | 0.32 |
| Hex | 6 | 9B | 50 | 60 | 0 | 30 | 27 | 96 | 5D | 20 |
| Octal | 6 | 233 | 120 | 140 | 0 | 60 | 47 | 226 | 135 | 40 |
| Binary | 110 | 10011011 | 1010000 | 1100000 | 0 | 110000 | 100111 | 10010110 | 1011101 | 100000 |
Color Harmonies of #069B50
Complementary color
Monochromatic Colors of #069B50
Black with #069B50
Text Example
Text Example
White with #069B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069B50; }
p { color: rgb(6,155,80); }
H1.HeaderClassName
{
color: #069B50;
}
.AnyTagClassName
{
color: #069B50;
}
</style>
background-color css
<style>
a { background-color: #069B50; }
a { background-color: rgb(6,155,80); }
div.DivClassName
{
background-color: #069B50;
}
.BgClassName
{
background-color: #069B50;
}
</style>
border-color css
<style>
span { border-color: #069B50; }
span { border-color: rgb(6,155,80); }
td.TdClassName
{
border-color: #069B50;
}
.TagClassName
{
border-color: #069B50;
}
</style>