Shades of Green #1B760C
Tints of Green #1B760C
RGB
CMYK
RGB Variations
Color information
#1B760C (or 0x1B760C) is known color: Green. HEX triplet: 1B, 76 and 0C. RGB value is (27,118,12). Sum of RGB (Red+Green+Blue) = 27+118+12=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #1B760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B760C is #E489F3. Grayscale: #4F4F4F. Windows color (decimal): -14977524 or 816667. OLE color: 816667.
HSL color Cylindrical-coordinate representation of color #1B760C: hue angle of 111.51º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B760C is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 118 | 12 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.54 |
| HSL | 111.51º | 0.82% | 0.25% | - |
| HSV(B) | 111.51º | 0.9% | 0.46% | - |
| XYZ | 7 | 13.22 | 2.53 | - |
| YUV | 78.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 12 | 0.77 | 0 | 0.90 | 0.54 | 111.51 | 0.82 | 0.25 |
| Hex | 1B | 76 | C | 4D | 0 | 5A | 36 | 70 | 52 | 19 |
| Octal | 33 | 166 | 14 | 115 | 0 | 132 | 66 | 160 | 122 | 31 |
| Binary | 11011 | 1110110 | 1100 | 1001101 | 0 | 1011010 | 110110 | 1110000 | 1010010 | 11001 |
Color Harmonies of #1B760C
Complementary color
Monochromatic Colors of #1B760C
Black with #1B760C
Text Example
Text Example
White with #1B760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B760C; }
p { color: rgb(27,118,12); }
H1.HeaderClassName
{
color: #1B760C;
}
.AnyTagClassName
{
color: #1B760C;
}
</style>
background-color css
<style>
a { background-color: #1B760C; }
a { background-color: rgb(27,118,12); }
div.DivClassName
{
background-color: #1B760C;
}
.BgClassName
{
background-color: #1B760C;
}
</style>
border-color css
<style>
span { border-color: #1B760C; }
span { border-color: rgb(27,118,12); }
td.TdClassName
{
border-color: #1B760C;
}
.TagClassName
{
border-color: #1B760C;
}
</style>