Shades of Green #075B0B
Tints of Green #075B0B
RGB
CMYK
RGB Variations
Color information
#075B0B (or 0x075B0B) is known color: Green. HEX triplet: 07, 5B and 0B. RGB value is (7,91,11). Sum of RGB (Red+Green+Blue) = 7+91+11=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 91 (35.94% from 255 or 83.49% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 91 - color contains mainly: green. Hex color #075B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075B0B is #F8A4F4. Grayscale: #393939. Windows color (decimal): -16295157 or 744199. OLE color: 744199.
HSL color Cylindrical-coordinate representation of color #075B0B: hue angle of 122.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075B0B is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 91 | 11 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.64 |
| HSL | 122.86º | 0.86% | 0.19% | - |
| HSV(B) | 122.86º | 0.92% | 0.36% | - |
| XYZ | 3.89 | 7.55 | 1.57 | - |
| YUV | 56.76 | 102.17 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 11 | 0.92 | 0 | 0.88 | 0.64 | 122.86 | 0.86 | 0.19 |
| Hex | 7 | 5B | B | 5C | 0 | 58 | 40 | 7B | 56 | 13 |
| Octal | 7 | 133 | 13 | 134 | 0 | 130 | 100 | 173 | 126 | 23 |
| Binary | 111 | 1011011 | 1011 | 1011100 | 0 | 1011000 | 1000000 | 1111011 | 1010110 | 10011 |
Color Harmonies of #075B0B
Complementary color
Monochromatic Colors of #075B0B
Black with #075B0B
Text Example
Text Example
White with #075B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075B0B; }
p { color: rgb(7,91,11); }
H1.HeaderClassName
{
color: #075B0B;
}
.AnyTagClassName
{
color: #075B0B;
}
</style>
background-color css
<style>
a { background-color: #075B0B; }
a { background-color: rgb(7,91,11); }
div.DivClassName
{
background-color: #075B0B;
}
.BgClassName
{
background-color: #075B0B;
}
</style>
border-color css
<style>
span { border-color: #075B0B; }
span { border-color: rgb(7,91,11); }
td.TdClassName
{
border-color: #075B0B;
}
.TagClassName
{
border-color: #075B0B;
}
</style>