Shades of Pigment Green #069850
Tints of Pigment Green #069850
RGB
CMYK
RGB Variations
Color information
#069850 (or 0x069850) is known color: Pigment Green. HEX triplet: 06, 98 and 50. RGB value is (6,152,80). Sum of RGB (Red+Green+Blue) = 6+152+80=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #069850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069850 is #F967AF. Grayscale: #646464. Windows color (decimal): -16345008 or 5281798. OLE color: 5281798.
HSL color Cylindrical-coordinate representation of color #069850: hue angle of 150.41º 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 #069850 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 152 | 80 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.40 |
| HSL | 150.41º | 0.92% | 0.31% | - |
| HSV(B) | 150.41º | 0.96% | 0.6% | - |
| XYZ | 12.75 | 23.07 | 11.37 | - |
| YUV | 100.14 | 116.63 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 80 | 0.96 | 0 | 0.47 | 0.40 | 150.41 | 0.92 | 0.31 |
| Hex | 6 | 98 | 50 | 60 | 0 | 2F | 28 | 96 | 5C | 1F |
| Octal | 6 | 230 | 120 | 140 | 0 | 57 | 50 | 226 | 134 | 37 |
| Binary | 110 | 10011000 | 1010000 | 1100000 | 0 | 101111 | 101000 | 10010110 | 1011100 | 11111 |
Color Harmonies of #069850
Complementary color
Monochromatic Colors of #069850
Black with #069850
Text Example
Text Example
White with #069850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069850; }
p { color: rgb(6,152,80); }
H1.HeaderClassName
{
color: #069850;
}
.AnyTagClassName
{
color: #069850;
}
</style>
background-color css
<style>
a { background-color: #069850; }
a { background-color: rgb(6,152,80); }
div.DivClassName
{
background-color: #069850;
}
.BgClassName
{
background-color: #069850;
}
</style>
border-color css
<style>
span { border-color: #069850; }
span { border-color: rgb(6,152,80); }
td.TdClassName
{
border-color: #069850;
}
.TagClassName
{
border-color: #069850;
}
</style>