Shades of Green Leaf #457707
Tints of Green Leaf #457707
RGB
CMYK
RGB Variations
Color information
#457707 (or 0x457707) is known color: Green Leaf. HEX triplet: 45, 77 and 07. RGB value is (69,119,7). Sum of RGB (Red+Green+Blue) = 69+119+7=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #457707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457707 is #BA88F8. Grayscale: #5B5B5B. Windows color (decimal): -12224761 or 489285. OLE color: 489285.
HSL color Cylindrical-coordinate representation of color #457707: hue angle of 86.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #457707 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 119 | 7 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.53 |
| HSL | 86.79º | 0.89% | 0.25% | - |
| HSV(B) | 86.79º | 0.94% | 0.47% | - |
| XYZ | 9.09 | 14.47 | 2.52 | - |
| YUV | 91.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 7 | 0.42 | 0 | 0.94 | 0.53 | 86.79 | 0.89 | 0.25 |
| Hex | 45 | 77 | 7 | 2A | 0 | 5E | 35 | 57 | 59 | 19 |
| Octal | 105 | 167 | 7 | 52 | 0 | 136 | 65 | 127 | 131 | 31 |
| Binary | 1000101 | 1110111 | 111 | 101010 | 0 | 1011110 | 110101 | 1010111 | 1011001 | 11001 |
Color Harmonies of #457707
Complementary color
Monochromatic Colors of #457707
Black with #457707
Text Example
Text Example
White with #457707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457707; }
p { color: rgb(69,119,7); }
H1.HeaderClassName
{
color: #457707;
}
.AnyTagClassName
{
color: #457707;
}
</style>
background-color css
<style>
a { background-color: #457707; }
a { background-color: rgb(69,119,7); }
div.DivClassName
{
background-color: #457707;
}
.BgClassName
{
background-color: #457707;
}
</style>
border-color css
<style>
span { border-color: #457707; }
span { border-color: rgb(69,119,7); }
td.TdClassName
{
border-color: #457707;
}
.TagClassName
{
border-color: #457707;
}
</style>