Shades of Green #00751C
Tints of Green #00751C
RGB
CMYK
RGB Variations
Color information
#00751C (or 0x00751C) is known color: Green. HEX triplet: 00, 75 and 1C. RGB value is (0,117,28). Sum of RGB (Red+Green+Blue) = 0+117+28=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #00751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00751C is #FF8AE3. Grayscale: #484848. Windows color (decimal): -16747236 or 1864960. OLE color: 1864960.
HSL color Cylindrical-coordinate representation of color #00751C: hue angle of 134.36º 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 #00751C is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 28 | - |
| CMYK | 1 | 0 | 0.76 | 0.54 |
| HSL | 134.36º | 1% | 0.23% | - |
| HSV(B) | 134.36º | 1% | 0.46% | - |
| XYZ | 6.57 | 12.81 | 3.22 | - |
| YUV | 71.87 | 103.24 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 28 | 1 | 0 | 0.76 | 0.54 | 134.36 | 1 | 0.23 |
| Hex | 0 | 75 | 1C | 64 | 0 | 4C | 36 | 86 | 64 | 17 |
| Octal | 0 | 165 | 34 | 144 | 0 | 114 | 66 | 206 | 144 | 27 |
| Binary | 0 | 1110101 | 11100 | 1100100 | 0 | 1001100 | 110110 | 10000110 | 1100100 | 10111 |
Color Harmonies of #00751C
Complementary color
Monochromatic Colors of #00751C
Black with #00751C
Text Example
Text Example
White with #00751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00751C; }
p { color: rgb(0,117,28); }
H1.HeaderClassName
{
color: #00751C;
}
.AnyTagClassName
{
color: #00751C;
}
</style>
background-color css
<style>
a { background-color: #00751C; }
a { background-color: rgb(0,117,28); }
div.DivClassName
{
background-color: #00751C;
}
.BgClassName
{
background-color: #00751C;
}
</style>
border-color css
<style>
span { border-color: #00751C; }
span { border-color: rgb(0,117,28); }
td.TdClassName
{
border-color: #00751C;
}
.TagClassName
{
border-color: #00751C;
}
</style>