Shades of Green #08751C
Tints of Green #08751C
RGB
CMYK
RGB Variations
Color information
#08751C (or 0x08751C) is known color: Green. HEX triplet: 08, 75 and 1C. RGB value is (8,117,28). Sum of RGB (Red+Green+Blue) = 8+117+28=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 117 (46.09% from 255 or 76.47% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 117 - color contains mainly: green. Hex color #08751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08751C is #F78AE3. Grayscale: #4A4A4A. Windows color (decimal): -16222948 or 1864968. OLE color: 1864968.
HSL color Cylindrical-coordinate representation of color #08751C: hue angle of 131.01º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08751C is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 28 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.54 |
| HSL | 131.01º | 0.87% | 0.25% | - |
| HSV(B) | 131.01º | 0.93% | 0.46% | - |
| XYZ | 6.67 | 12.86 | 3.23 | - |
| YUV | 74.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 28 | 0.93 | 0 | 0.76 | 0.54 | 131.01 | 0.87 | 0.25 |
| Hex | 8 | 75 | 1C | 5D | 0 | 4C | 36 | 83 | 57 | 19 |
| Octal | 10 | 165 | 34 | 135 | 0 | 114 | 66 | 203 | 127 | 31 |
| Binary | 1000 | 1110101 | 11100 | 1011101 | 0 | 1001100 | 110110 | 10000011 | 1010111 | 11001 |
Color Harmonies of #08751C
Complementary color
Monochromatic Colors of #08751C
Black with #08751C
Text Example
Text Example
White with #08751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08751C; }
p { color: rgb(8,117,28); }
H1.HeaderClassName
{
color: #08751C;
}
.AnyTagClassName
{
color: #08751C;
}
</style>
background-color css
<style>
a { background-color: #08751C; }
a { background-color: rgb(8,117,28); }
div.DivClassName
{
background-color: #08751C;
}
.BgClassName
{
background-color: #08751C;
}
</style>
border-color css
<style>
span { border-color: #08751C; }
span { border-color: rgb(8,117,28); }
td.TdClassName
{
border-color: #08751C;
}
.TagClassName
{
border-color: #08751C;
}
</style>