Shades of Pigment Green #069736
Tints of Pigment Green #069736
RGB
CMYK
RGB Variations
Color information
#069736 (or 0x069736) is known color: Pigment Green. HEX triplet: 06, 97 and 36. RGB value is (6,151,54). Sum of RGB (Red+Green+Blue) = 6+151+54=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 151 (59.38% from 255 or 71.56% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 151 - color contains mainly: green. Hex color #069736 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069736 is #F968C9. Grayscale: #606060. Windows color (decimal): -16345290 or 3577606. OLE color: 3577606.
HSL color Cylindrical-coordinate representation of color #069736: hue angle of 139.86º 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 #069736 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 6 | 151 | 54 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.41 |
| HSL | 139.86º | 0.92% | 0.31% | - |
| HSV(B) | 139.86º | 0.96% | 0.59% | - |
| XYZ | 11.81 | 22.44 | 7.2 | - |
| YUV | 96.59 | 103.96 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 54 | 0.96 | 0 | 0.64 | 0.41 | 139.86 | 0.92 | 0.31 |
| Hex | 6 | 97 | 36 | 60 | 0 | 40 | 29 | 8C | 5C | 1F |
| Octal | 6 | 227 | 66 | 140 | 0 | 100 | 51 | 214 | 134 | 37 |
| Binary | 110 | 10010111 | 110110 | 1100000 | 0 | 1000000 | 101001 | 10001100 | 1011100 | 11111 |
Color Harmonies of #069736
Complementary color
Monochromatic Colors of #069736
Black with #069736
Text Example
Text Example
White with #069736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069736; }
p { color: rgb(6,151,54); }
H1.HeaderClassName
{
color: #069736;
}
.AnyTagClassName
{
color: #069736;
}
</style>
background-color css
<style>
a { background-color: #069736; }
a { background-color: rgb(6,151,54); }
div.DivClassName
{
background-color: #069736;
}
.BgClassName
{
background-color: #069736;
}
</style>
border-color css
<style>
span { border-color: #069736; }
span { border-color: rgb(6,151,54); }
td.TdClassName
{
border-color: #069736;
}
.TagClassName
{
border-color: #069736;
}
</style>