Shades of Crusoe #076A2E
Tints of Crusoe #076A2E
RGB
CMYK
RGB Variations
Color information
#076A2E (or 0x076A2E) is known color: Crusoe. HEX triplet: 07, 6A and 2E. RGB value is (7,106,46). Sum of RGB (Red+Green+Blue) = 7+106+46=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 106 (41.80% from 255 or 66.67% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 106 - color contains mainly: green. Hex color #076A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A2E is #F895D1. Grayscale: #454545. Windows color (decimal): -16291282 or 3041799. OLE color: 3041799.
HSL color Cylindrical-coordinate representation of color #076A2E: hue angle of 143.64º 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 #076A2E is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 46 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.58 |
| HSL | 143.64º | 0.88% | 0.22% | - |
| HSV(B) | 143.64º | 0.93% | 0.42% | - |
| XYZ | 5.73 | 10.55 | 4.32 | - |
| YUV | 69.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 46 | 0.93 | 0 | 0.57 | 0.58 | 143.64 | 0.88 | 0.22 |
| Hex | 7 | 6A | 2E | 5D | 0 | 39 | 3A | 90 | 58 | 16 |
| Octal | 7 | 152 | 56 | 135 | 0 | 71 | 72 | 220 | 130 | 26 |
| Binary | 111 | 1101010 | 101110 | 1011101 | 0 | 111001 | 111010 | 10010000 | 1011000 | 10110 |
Color Harmonies of #076A2E
Complementary color
Monochromatic Colors of #076A2E
Black with #076A2E
Text Example
Text Example
White with #076A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A2E; }
p { color: rgb(7,106,46); }
H1.HeaderClassName
{
color: #076A2E;
}
.AnyTagClassName
{
color: #076A2E;
}
</style>
background-color css
<style>
a { background-color: #076A2E; }
a { background-color: rgb(7,106,46); }
div.DivClassName
{
background-color: #076A2E;
}
.BgClassName
{
background-color: #076A2E;
}
</style>
border-color css
<style>
span { border-color: #076A2E; }
span { border-color: rgb(7,106,46); }
td.TdClassName
{
border-color: #076A2E;
}
.TagClassName
{
border-color: #076A2E;
}
</style>