Shades of Crusoe #076D2B
Tints of Crusoe #076D2B
RGB
CMYK
RGB Variations
Color information
#076D2B (or 0x076D2B) is known color: Crusoe. HEX triplet: 07, 6D and 2B. RGB value is (7,109,43). Sum of RGB (Red+Green+Blue) = 7+109+43=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 109 (42.97% from 255 or 68.55% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 109 - color contains mainly: green. Hex color #076D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076D2B is #F892D4. Grayscale: #474747. Windows color (decimal): -16290517 or 2845959. OLE color: 2845959.
HSL color Cylindrical-coordinate representation of color #076D2B: hue angle of 141.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D2B is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 43 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.57 |
| HSL | 141.18º | 0.88% | 0.23% | - |
| HSV(B) | 141.18º | 0.94% | 0.43% | - |
| XYZ | 5.99 | 11.16 | 4.12 | - |
| YUV | 70.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 43 | 0.94 | 0 | 0.61 | 0.57 | 141.18 | 0.88 | 0.23 |
| Hex | 7 | 6D | 2B | 5E | 0 | 3D | 39 | 8D | 58 | 17 |
| Octal | 7 | 155 | 53 | 136 | 0 | 75 | 71 | 215 | 130 | 27 |
| Binary | 111 | 1101101 | 101011 | 1011110 | 0 | 111101 | 111001 | 10001101 | 1011000 | 10111 |
Color Harmonies of #076D2B
Complementary color
Monochromatic Colors of #076D2B
Black with #076D2B
Text Example
Text Example
White with #076D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D2B; }
p { color: rgb(7,109,43); }
H1.HeaderClassName
{
color: #076D2B;
}
.AnyTagClassName
{
color: #076D2B;
}
</style>
background-color css
<style>
a { background-color: #076D2B; }
a { background-color: rgb(7,109,43); }
div.DivClassName
{
background-color: #076D2B;
}
.BgClassName
{
background-color: #076D2B;
}
</style>
border-color css
<style>
span { border-color: #076D2B; }
span { border-color: rgb(7,109,43); }
td.TdClassName
{
border-color: #076D2B;
}
.TagClassName
{
border-color: #076D2B;
}
</style>