Shades of Green #06741D
Tints of Green #06741D
RGB
CMYK
RGB Variations
Color information
#06741D (or 0x06741D) is known color: Green. HEX triplet: 06, 74 and 1D. RGB value is (6,116,29). Sum of RGB (Red+Green+Blue) = 6+116+29=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 116 (45.70% from 255 or 76.82% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 116 - color contains mainly: green. Hex color #06741D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06741D is #F98BE2. Grayscale: #494949. Windows color (decimal): -16354275 or 1930246. OLE color: 1930246.
HSL color Cylindrical-coordinate representation of color #06741D: hue angle of 132.55º 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 #06741D is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 29 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.55 |
| HSL | 132.55º | 0.9% | 0.24% | - |
| HSV(B) | 132.55º | 0.95% | 0.45% | - |
| XYZ | 6.54 | 12.62 | 3.25 | - |
| YUV | 73.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 29 | 0.95 | 0 | 0.75 | 0.55 | 132.55 | 0.9 | 0.24 |
| Hex | 6 | 74 | 1D | 5F | 0 | 4B | 37 | 85 | 5A | 18 |
| Octal | 6 | 164 | 35 | 137 | 0 | 113 | 67 | 205 | 132 | 30 |
| Binary | 110 | 1110100 | 11101 | 1011111 | 0 | 1001011 | 110111 | 10000101 | 1011010 | 11000 |
Color Harmonies of #06741D
Complementary color
Monochromatic Colors of #06741D
Black with #06741D
Text Example
Text Example
White with #06741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06741D; }
p { color: rgb(6,116,29); }
H1.HeaderClassName
{
color: #06741D;
}
.AnyTagClassName
{
color: #06741D;
}
</style>
background-color css
<style>
a { background-color: #06741D; }
a { background-color: rgb(6,116,29); }
div.DivClassName
{
background-color: #06741D;
}
.BgClassName
{
background-color: #06741D;
}
</style>
border-color css
<style>
span { border-color: #06741D; }
span { border-color: rgb(6,116,29); }
td.TdClassName
{
border-color: #06741D;
}
.TagClassName
{
border-color: #06741D;
}
</style>