Shades of Pigment Green #069737
Tints of Pigment Green #069737
RGB
CMYK
RGB Variations
Color information
#069737 (or 0x069737) is known color: Pigment Green. HEX triplet: 06, 97 and 37. RGB value is (6,151,55). Sum of RGB (Red+Green+Blue) = 6+151+55=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #069737 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069737 is #F968C8. Grayscale: #606060. Windows color (decimal): -16345289 or 3643142. OLE color: 3643142.
HSL color Cylindrical-coordinate representation of color #069737: hue angle of 140.28º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069737 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 151 | 55 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.41 |
| HSL | 140.28º | 0.92% | 0.31% | - |
| HSV(B) | 140.28º | 0.96% | 0.59% | - |
| XYZ | 11.83 | 22.45 | 7.32 | - |
| YUV | 96.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 55 | 0.96 | 0 | 0.64 | 0.41 | 140.28 | 0.92 | 0.31 |
| Hex | 6 | 97 | 37 | 60 | 0 | 40 | 29 | 8C | 5C | 1F |
| Octal | 6 | 227 | 67 | 140 | 0 | 100 | 51 | 214 | 134 | 37 |
| Binary | 110 | 10010111 | 110111 | 1100000 | 0 | 1000000 | 101001 | 10001100 | 1011100 | 11111 |
Color Harmonies of #069737
Complementary color
Monochromatic Colors of #069737
Black with #069737
Text Example
Text Example
White with #069737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069737; }
p { color: rgb(6,151,55); }
H1.HeaderClassName
{
color: #069737;
}
.AnyTagClassName
{
color: #069737;
}
</style>
background-color css
<style>
a { background-color: #069737; }
a { background-color: rgb(6,151,55); }
div.DivClassName
{
background-color: #069737;
}
.BgClassName
{
background-color: #069737;
}
</style>
border-color css
<style>
span { border-color: #069737; }
span { border-color: rgb(6,151,55); }
td.TdClassName
{
border-color: #069737;
}
.TagClassName
{
border-color: #069737;
}
</style>