Shades of Green Leaf #467701
Tints of Green Leaf #467701
RGB
CMYK
RGB Variations
Color information
#467701 (or 0x467701) is known color: Green Leaf. HEX triplet: 46, 77 and 01. RGB value is (70,119,1). Sum of RGB (Red+Green+Blue) = 70+119+1=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #467701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467701 is #B988FE. Grayscale: #5B5B5B. Windows color (decimal): -12159231 or 96070. OLE color: 96070.
HSL color Cylindrical-coordinate representation of color #467701: hue angle of 84.92º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #467701 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.53 |
| HSL | 84.92º | 0.98% | 0.24% | - |
| HSV(B) | 84.92º | 0.99% | 0.47% | - |
| XYZ | 9.13 | 14.5 | 2.35 | - |
| YUV | 90.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 1 | 0.41 | 0 | 0.99 | 0.53 | 84.92 | 0.98 | 0.24 |
| Hex | 46 | 77 | 1 | 29 | 0 | 63 | 35 | 55 | 62 | 18 |
| Octal | 106 | 167 | 1 | 51 | 0 | 143 | 65 | 125 | 142 | 30 |
| Binary | 1000110 | 1110111 | 1 | 101001 | 0 | 1100011 | 110101 | 1010101 | 1100010 | 11000 |
Color Harmonies of #467701
Complementary color
Monochromatic Colors of #467701
Black with #467701
Text Example
Text Example
White with #467701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467701; }
p { color: rgb(70,119,1); }
H1.HeaderClassName
{
color: #467701;
}
.AnyTagClassName
{
color: #467701;
}
</style>
background-color css
<style>
a { background-color: #467701; }
a { background-color: rgb(70,119,1); }
div.DivClassName
{
background-color: #467701;
}
.BgClassName
{
background-color: #467701;
}
</style>
border-color css
<style>
span { border-color: #467701; }
span { border-color: rgb(70,119,1); }
td.TdClassName
{
border-color: #467701;
}
.TagClassName
{
border-color: #467701;
}
</style>