Shades of Pigment Green #069238
Tints of Pigment Green #069238
RGB
CMYK
RGB Variations
Color information
#069238 (or 0x069238) is known color: Pigment Green. HEX triplet: 06, 92 and 38. RGB value is (6,146,56). Sum of RGB (Red+Green+Blue) = 6+146+56=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 146 (57.42% from 255 or 70.19% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 146 - color contains mainly: green. Hex color #069238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069238 is #F96DC7. Grayscale: #5E5E5E. Windows color (decimal): -16346568 or 3707398. OLE color: 3707398.
HSL color Cylindrical-coordinate representation of color #069238: hue angle of 141.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069238 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 146 | 56 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.43 |
| HSL | 141.43º | 0.92% | 0.3% | - |
| HSV(B) | 141.43º | 0.96% | 0.57% | - |
| XYZ | 11.07 | 20.88 | 7.19 | - |
| YUV | 93.88 | 106.62 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 56 | 0.96 | 0 | 0.62 | 0.43 | 141.43 | 0.92 | 0.3 |
| Hex | 6 | 92 | 38 | 60 | 0 | 3E | 2B | 8D | 5C | 1E |
| Octal | 6 | 222 | 70 | 140 | 0 | 76 | 53 | 215 | 134 | 36 |
| Binary | 110 | 10010010 | 111000 | 1100000 | 0 | 111110 | 101011 | 10001101 | 1011100 | 11110 |
Color Harmonies of #069238
Complementary color
Monochromatic Colors of #069238
Black with #069238
Text Example
Text Example
White with #069238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069238; }
p { color: rgb(6,146,56); }
H1.HeaderClassName
{
color: #069238;
}
.AnyTagClassName
{
color: #069238;
}
</style>
background-color css
<style>
a { background-color: #069238; }
a { background-color: rgb(6,146,56); }
div.DivClassName
{
background-color: #069238;
}
.BgClassName
{
background-color: #069238;
}
</style>
border-color css
<style>
span { border-color: #069238; }
span { border-color: rgb(6,146,56); }
td.TdClassName
{
border-color: #069238;
}
.TagClassName
{
border-color: #069238;
}
</style>