Shades of Green #075B0D
Tints of Green #075B0D
RGB
CMYK
RGB Variations
Color information
#075B0D (or 0x075B0D) is known color: Green. HEX triplet: 07, 5B and 0D. RGB value is (7,91,13). Sum of RGB (Red+Green+Blue) = 7+91+13=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 91 (35.94% from 255 or 81.98% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 91 - color contains mainly: green. Hex color #075B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075B0D is #F8A4F2. Grayscale: #393939. Windows color (decimal): -16295155 or 875271. OLE color: 875271.
HSL color Cylindrical-coordinate representation of color #075B0D: hue angle of 124.29º 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 #075B0D is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 91 | 13 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.64 |
| HSL | 124.29º | 0.86% | 0.19% | - |
| HSV(B) | 124.29º | 0.92% | 0.36% | - |
| XYZ | 3.9 | 7.56 | 1.63 | - |
| YUV | 56.99 | 103.17 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 13 | 0.92 | 0 | 0.86 | 0.64 | 124.29 | 0.86 | 0.19 |
| Hex | 7 | 5B | D | 5C | 0 | 56 | 40 | 7C | 56 | 13 |
| Octal | 7 | 133 | 15 | 134 | 0 | 126 | 100 | 174 | 126 | 23 |
| Binary | 111 | 1011011 | 1101 | 1011100 | 0 | 1010110 | 1000000 | 1111100 | 1010110 | 10011 |
Color Harmonies of #075B0D
Complementary color
Monochromatic Colors of #075B0D
Black with #075B0D
Text Example
Text Example
White with #075B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075B0D; }
p { color: rgb(7,91,13); }
H1.HeaderClassName
{
color: #075B0D;
}
.AnyTagClassName
{
color: #075B0D;
}
</style>
background-color css
<style>
a { background-color: #075B0D; }
a { background-color: rgb(7,91,13); }
div.DivClassName
{
background-color: #075B0D;
}
.BgClassName
{
background-color: #075B0D;
}
</style>
border-color css
<style>
span { border-color: #075B0D; }
span { border-color: rgb(7,91,13); }
td.TdClassName
{
border-color: #075B0D;
}
.TagClassName
{
border-color: #075B0D;
}
</style>