Shades of Green #006713
Tints of Green #006713
RGB
CMYK
RGB Variations
Color information
#006713 (or 0x006713) is known color: Green. HEX triplet: 00, 67 and 13. RGB value is (0,103,19). Sum of RGB (Red+Green+Blue) = 0+103+19=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 103 (40.62% from 255 or 84.43% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 103 - color contains mainly: green. Hex color #006713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006713 is #FF98EC. Grayscale: #3E3E3E. Windows color (decimal): -16750829 or 1271552. OLE color: 1271552.
HSL color Cylindrical-coordinate representation of color #006713: hue angle of 131.07º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006713 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 19 | - |
| CMYK | 1 | 0 | 0.82 | 0.60 |
| HSL | 131.07º | 1% | 0.2% | - |
| HSV(B) | 131.07º | 1% | 0.4% | - |
| XYZ | 4.97 | 9.75 | 2.24 | - |
| YUV | 62.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 19 | 1 | 0 | 0.82 | 0.60 | 131.07 | 1 | 0.2 |
| Hex | 0 | 67 | 13 | 64 | 0 | 52 | 3C | 83 | 64 | 14 |
| Octal | 0 | 147 | 23 | 144 | 0 | 122 | 74 | 203 | 144 | 24 |
| Binary | 0 | 1100111 | 10011 | 1100100 | 0 | 1010010 | 111100 | 10000011 | 1100100 | 10100 |
Color Harmonies of #006713
Complementary color
Monochromatic Colors of #006713
Black with #006713
Text Example
Text Example
White with #006713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006713; }
p { color: rgb(0,103,19); }
H1.HeaderClassName
{
color: #006713;
}
.AnyTagClassName
{
color: #006713;
}
</style>
background-color css
<style>
a { background-color: #006713; }
a { background-color: rgb(0,103,19); }
div.DivClassName
{
background-color: #006713;
}
.BgClassName
{
background-color: #006713;
}
</style>
border-color css
<style>
span { border-color: #006713; }
span { border-color: rgb(0,103,19); }
td.TdClassName
{
border-color: #006713;
}
.TagClassName
{
border-color: #006713;
}
</style>