Shades of Green #075C0B
Tints of Green #075C0B
RGB
CMYK
RGB Variations
Color information
#075C0B (or 0x075C0B) is known color: Green. HEX triplet: 07, 5C and 0B. RGB value is (7,92,11). Sum of RGB (Red+Green+Blue) = 7+92+11=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #075C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075C0B is #F8A3F4. Grayscale: #393939. Windows color (decimal): -16294901 or 744455. OLE color: 744455.
HSL color Cylindrical-coordinate representation of color #075C0B: hue angle of 122.82º 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 #075C0B is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 92 | 11 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.64 |
| HSL | 122.82º | 0.86% | 0.19% | - |
| HSV(B) | 122.82º | 0.92% | 0.36% | - |
| XYZ | 3.98 | 7.72 | 1.6 | - |
| YUV | 57.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 11 | 0.92 | 0 | 0.88 | 0.64 | 122.82 | 0.86 | 0.19 |
| Hex | 7 | 5C | B | 5C | 0 | 58 | 40 | 7B | 56 | 13 |
| Octal | 7 | 134 | 13 | 134 | 0 | 130 | 100 | 173 | 126 | 23 |
| Binary | 111 | 1011100 | 1011 | 1011100 | 0 | 1011000 | 1000000 | 1111011 | 1010110 | 10011 |
Color Harmonies of #075C0B
Complementary color
Monochromatic Colors of #075C0B
Black with #075C0B
Text Example
Text Example
White with #075C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C0B; }
p { color: rgb(7,92,11); }
H1.HeaderClassName
{
color: #075C0B;
}
.AnyTagClassName
{
color: #075C0B;
}
</style>
background-color css
<style>
a { background-color: #075C0B; }
a { background-color: rgb(7,92,11); }
div.DivClassName
{
background-color: #075C0B;
}
.BgClassName
{
background-color: #075C0B;
}
</style>
border-color css
<style>
span { border-color: #075C0B; }
span { border-color: rgb(7,92,11); }
td.TdClassName
{
border-color: #075C0B;
}
.TagClassName
{
border-color: #075C0B;
}
</style>