Shades of Green #06731D
Tints of Green #06731D
RGB
CMYK
RGB Variations
Color information
#06731D (or 0x06731D) is known color: Green. HEX triplet: 06, 73 and 1D. RGB value is (6,115,29). Sum of RGB (Red+Green+Blue) = 6+115+29=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #06731D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06731D is #F98CE2. Grayscale: #484848. Windows color (decimal): -16354531 or 1929990. OLE color: 1929990.
HSL color Cylindrical-coordinate representation of color #06731D: hue angle of 132.66º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06731D is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 115 | 29 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.55 |
| HSL | 132.66º | 0.9% | 0.24% | - |
| HSV(B) | 132.66º | 0.95% | 0.45% | - |
| XYZ | 6.43 | 12.39 | 3.21 | - |
| YUV | 72.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 29 | 0.95 | 0 | 0.75 | 0.55 | 132.66 | 0.9 | 0.24 |
| Hex | 6 | 73 | 1D | 5F | 0 | 4B | 37 | 85 | 5A | 18 |
| Octal | 6 | 163 | 35 | 137 | 0 | 113 | 67 | 205 | 132 | 30 |
| Binary | 110 | 1110011 | 11101 | 1011111 | 0 | 1001011 | 110111 | 10000101 | 1011010 | 11000 |
Color Harmonies of #06731D
Complementary color
Monochromatic Colors of #06731D
Black with #06731D
Text Example
Text Example
White with #06731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06731D; }
p { color: rgb(6,115,29); }
H1.HeaderClassName
{
color: #06731D;
}
.AnyTagClassName
{
color: #06731D;
}
</style>
background-color css
<style>
a { background-color: #06731D; }
a { background-color: rgb(6,115,29); }
div.DivClassName
{
background-color: #06731D;
}
.BgClassName
{
background-color: #06731D;
}
</style>
border-color css
<style>
span { border-color: #06731D; }
span { border-color: rgb(6,115,29); }
td.TdClassName
{
border-color: #06731D;
}
.TagClassName
{
border-color: #06731D;
}
</style>