Shades of Green Leaf #467702
Tints of Green Leaf #467702
RGB
CMYK
RGB Variations
Color information
#467702 (or 0x467702) is known color: Green Leaf. HEX triplet: 46, 77 and 02. RGB value is (70,119,2). Sum of RGB (Red+Green+Blue) = 70+119+2=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #467702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467702 is #B988FD. Grayscale: #5B5B5B. Windows color (decimal): -12159230 or 161606. OLE color: 161606.
HSL color Cylindrical-coordinate representation of color #467702: hue angle of 85.13º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467702 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.53 |
| HSL | 85.13º | 0.97% | 0.24% | - |
| HSV(B) | 85.13º | 0.98% | 0.47% | - |
| XYZ | 9.13 | 14.5 | 2.37 | - |
| YUV | 91.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 2 | 0.41 | 0 | 0.98 | 0.53 | 85.13 | 0.97 | 0.24 |
| Hex | 46 | 77 | 2 | 29 | 0 | 62 | 35 | 55 | 61 | 18 |
| Octal | 106 | 167 | 2 | 51 | 0 | 142 | 65 | 125 | 141 | 30 |
| Binary | 1000110 | 1110111 | 10 | 101001 | 0 | 1100010 | 110101 | 1010101 | 1100001 | 11000 |
Color Harmonies of #467702
Complementary color
Monochromatic Colors of #467702
Black with #467702
Text Example
Text Example
White with #467702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467702; }
p { color: rgb(70,119,2); }
H1.HeaderClassName
{
color: #467702;
}
.AnyTagClassName
{
color: #467702;
}
</style>
background-color css
<style>
a { background-color: #467702; }
a { background-color: rgb(70,119,2); }
div.DivClassName
{
background-color: #467702;
}
.BgClassName
{
background-color: #467702;
}
</style>
border-color css
<style>
span { border-color: #467702; }
span { border-color: rgb(70,119,2); }
td.TdClassName
{
border-color: #467702;
}
.TagClassName
{
border-color: #467702;
}
</style>