Shades of Green Leaf #456F12
Tints of Green Leaf #456F12
RGB
CMYK
RGB Variations
Color information
#456F12 (or 0x456F12) is known color: Green Leaf. HEX triplet: 45, 6F and 12. RGB value is (69,111,18). Sum of RGB (Red+Green+Blue) = 69+111+18=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #456F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456F12 is #BA90ED. Grayscale: #585858. Windows color (decimal): -12226798 or 1208133. OLE color: 1208133.
HSL color Cylindrical-coordinate representation of color #456F12: hue angle of 87.1º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #456F12 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 18 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.56 |
| HSL | 87.1º | 0.72% | 0.25% | - |
| HSV(B) | 87.1º | 0.84% | 0.44% | - |
| XYZ | 8.25 | 12.68 | 2.58 | - |
| YUV | 87.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 18 | 0.38 | 0 | 0.84 | 0.56 | 87.1 | 0.72 | 0.25 |
| Hex | 45 | 6F | 12 | 26 | 0 | 54 | 38 | 57 | 48 | 19 |
| Octal | 105 | 157 | 22 | 46 | 0 | 124 | 70 | 127 | 110 | 31 |
| Binary | 1000101 | 1101111 | 10010 | 100110 | 0 | 1010100 | 111000 | 1010111 | 1001000 | 11001 |
Color Harmonies of #456F12
Complementary color
Monochromatic Colors of #456F12
Black with #456F12
Text Example
Text Example
White with #456F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F12; }
p { color: rgb(69,111,18); }
H1.HeaderClassName
{
color: #456F12;
}
.AnyTagClassName
{
color: #456F12;
}
</style>
background-color css
<style>
a { background-color: #456F12; }
a { background-color: rgb(69,111,18); }
div.DivClassName
{
background-color: #456F12;
}
.BgClassName
{
background-color: #456F12;
}
</style>
border-color css
<style>
span { border-color: #456F12; }
span { border-color: rgb(69,111,18); }
td.TdClassName
{
border-color: #456F12;
}
.TagClassName
{
border-color: #456F12;
}
</style>