Shades of Green #00751B
Tints of Green #00751B
RGB
CMYK
RGB Variations
Color information
#00751B (or 0x00751B) is known color: Green. HEX triplet: 00, 75 and 1B. RGB value is (0,117,27). Sum of RGB (Red+Green+Blue) = 0+117+27=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #00751B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00751B is #FF8AE4. Grayscale: #484848. Windows color (decimal): -16747237 or 1799424. OLE color: 1799424.
HSL color Cylindrical-coordinate representation of color #00751B: hue angle of 133.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00751B is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 27 | - |
| CMYK | 1 | 0 | 0.77 | 0.54 |
| HSL | 133.85º | 1% | 0.23% | - |
| HSV(B) | 133.85º | 1% | 0.46% | - |
| XYZ | 6.56 | 12.8 | 3.16 | - |
| YUV | 71.76 | 102.74 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 27 | 1 | 0 | 0.77 | 0.54 | 133.85 | 1 | 0.23 |
| Hex | 0 | 75 | 1B | 64 | 0 | 4D | 36 | 86 | 64 | 17 |
| Octal | 0 | 165 | 33 | 144 | 0 | 115 | 66 | 206 | 144 | 27 |
| Binary | 0 | 1110101 | 11011 | 1100100 | 0 | 1001101 | 110110 | 10000110 | 1100100 | 10111 |
Color Harmonies of #00751B
Complementary color
Monochromatic Colors of #00751B
Black with #00751B
Text Example
Text Example
White with #00751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00751B; }
p { color: rgb(0,117,27); }
H1.HeaderClassName
{
color: #00751B;
}
.AnyTagClassName
{
color: #00751B;
}
</style>
background-color css
<style>
a { background-color: #00751B; }
a { background-color: rgb(0,117,27); }
div.DivClassName
{
background-color: #00751B;
}
.BgClassName
{
background-color: #00751B;
}
</style>
border-color css
<style>
span { border-color: #00751B; }
span { border-color: rgb(0,117,27); }
td.TdClassName
{
border-color: #00751B;
}
.TagClassName
{
border-color: #00751B;
}
</style>