Shades of Crusoe #076E2B
Tints of Crusoe #076E2B
RGB
CMYK
RGB Variations
Color information
#076E2B (or 0x076E2B) is known color: Crusoe. HEX triplet: 07, 6E and 2B. RGB value is (7,110,43). Sum of RGB (Red+Green+Blue) = 7+110+43=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 110 (43.36% from 255 or 68.75% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 110 - color contains mainly: green. Hex color #076E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076E2B is #F891D4. Grayscale: #474747. Windows color (decimal): -16290261 or 2846215. OLE color: 2846215.
HSL color Cylindrical-coordinate representation of color #076E2B: hue angle of 140.97º 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 #076E2B is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 110 | 43 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.57 |
| HSL | 140.97º | 0.88% | 0.23% | - |
| HSV(B) | 140.97º | 0.94% | 0.43% | - |
| XYZ | 6.1 | 11.37 | 4.16 | - |
| YUV | 71.57 | 111.88 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 43 | 0.94 | 0 | 0.61 | 0.57 | 140.97 | 0.88 | 0.23 |
| Hex | 7 | 6E | 2B | 5E | 0 | 3D | 39 | 8D | 58 | 17 |
| Octal | 7 | 156 | 53 | 136 | 0 | 75 | 71 | 215 | 130 | 27 |
| Binary | 111 | 1101110 | 101011 | 1011110 | 0 | 111101 | 111001 | 10001101 | 1011000 | 10111 |
Color Harmonies of #076E2B
Complementary color
Monochromatic Colors of #076E2B
Black with #076E2B
Text Example
Text Example
White with #076E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E2B; }
p { color: rgb(7,110,43); }
H1.HeaderClassName
{
color: #076E2B;
}
.AnyTagClassName
{
color: #076E2B;
}
</style>
background-color css
<style>
a { background-color: #076E2B; }
a { background-color: rgb(7,110,43); }
div.DivClassName
{
background-color: #076E2B;
}
.BgClassName
{
background-color: #076E2B;
}
</style>
border-color css
<style>
span { border-color: #076E2B; }
span { border-color: rgb(7,110,43); }
td.TdClassName
{
border-color: #076E2B;
}
.TagClassName
{
border-color: #076E2B;
}
</style>