Shades of Crusoe #076B2E
Tints of Crusoe #076B2E
RGB
CMYK
RGB Variations
Color information
#076B2E (or 0x076B2E) is known color: Crusoe. HEX triplet: 07, 6B and 2E. RGB value is (7,107,46). Sum of RGB (Red+Green+Blue) = 7+107+46=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 107 (42.19% from 255 or 66.88% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 107 - color contains mainly: green. Hex color #076B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B2E is #F894D1. Grayscale: #464646. Windows color (decimal): -16291026 or 3042055. OLE color: 3042055.
HSL color Cylindrical-coordinate representation of color #076B2E: hue angle of 143.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B2E is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 46 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.58 |
| HSL | 143.4º | 0.88% | 0.22% | - |
| HSV(B) | 143.4º | 0.93% | 0.42% | - |
| XYZ | 5.84 | 10.76 | 4.35 | - |
| YUV | 70.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 46 | 0.93 | 0 | 0.57 | 0.58 | 143.4 | 0.88 | 0.22 |
| Hex | 7 | 6B | 2E | 5D | 0 | 39 | 3A | 8F | 58 | 16 |
| Octal | 7 | 153 | 56 | 135 | 0 | 71 | 72 | 217 | 130 | 26 |
| Binary | 111 | 1101011 | 101110 | 1011101 | 0 | 111001 | 111010 | 10001111 | 1011000 | 10110 |
Color Harmonies of #076B2E
Complementary color
Monochromatic Colors of #076B2E
Black with #076B2E
Text Example
Text Example
White with #076B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B2E; }
p { color: rgb(7,107,46); }
H1.HeaderClassName
{
color: #076B2E;
}
.AnyTagClassName
{
color: #076B2E;
}
</style>
background-color css
<style>
a { background-color: #076B2E; }
a { background-color: rgb(7,107,46); }
div.DivClassName
{
background-color: #076B2E;
}
.BgClassName
{
background-color: #076B2E;
}
</style>
border-color css
<style>
span { border-color: #076B2E; }
span { border-color: rgb(7,107,46); }
td.TdClassName
{
border-color: #076B2E;
}
.TagClassName
{
border-color: #076B2E;
}
</style>