Shades of Pigment Green #06953C
Tints of Pigment Green #06953C
RGB
CMYK
RGB Variations
Color information
#06953C (or 0x06953C) is known color: Pigment Green. HEX triplet: 06, 95 and 3C. RGB value is (6,149,60). Sum of RGB (Red+Green+Blue) = 6+149+60=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #06953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06953C is #F96AC3. Grayscale: #606060. Windows color (decimal): -16345796 or 3970310. OLE color: 3970310.
HSL color Cylindrical-coordinate representation of color #06953C: hue angle of 142.66º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06953C is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 149 | 60 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.42 |
| HSL | 142.66º | 0.92% | 0.3% | - |
| HSV(B) | 142.66º | 0.96% | 0.58% | - |
| XYZ | 11.64 | 21.86 | 7.88 | - |
| YUV | 96.1 | 107.62 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 60 | 0.96 | 0 | 0.60 | 0.42 | 142.66 | 0.92 | 0.3 |
| Hex | 6 | 95 | 3C | 60 | 0 | 3C | 2A | 8F | 5C | 1E |
| Octal | 6 | 225 | 74 | 140 | 0 | 74 | 52 | 217 | 134 | 36 |
| Binary | 110 | 10010101 | 111100 | 1100000 | 0 | 111100 | 101010 | 10001111 | 1011100 | 11110 |
Color Harmonies of #06953C
Complementary color
Monochromatic Colors of #06953C
Black with #06953C
Text Example
Text Example
White with #06953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06953C; }
p { color: rgb(6,149,60); }
H1.HeaderClassName
{
color: #06953C;
}
.AnyTagClassName
{
color: #06953C;
}
</style>
background-color css
<style>
a { background-color: #06953C; }
a { background-color: rgb(6,149,60); }
div.DivClassName
{
background-color: #06953C;
}
.BgClassName
{
background-color: #06953C;
}
</style>
border-color css
<style>
span { border-color: #06953C; }
span { border-color: rgb(6,149,60); }
td.TdClassName
{
border-color: #06953C;
}
.TagClassName
{
border-color: #06953C;
}
</style>