Shades of Crusoe #076A2C
Tints of Crusoe #076A2C
RGB
CMYK
RGB Variations
Color information
#076A2C (or 0x076A2C) is known color: Crusoe. HEX triplet: 07, 6A and 2C. RGB value is (7,106,44). Sum of RGB (Red+Green+Blue) = 7+106+44=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #076A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A2C is #F895D3. Grayscale: #454545. Windows color (decimal): -16291284 or 2910727. OLE color: 2910727.
HSL color Cylindrical-coordinate representation of color #076A2C: hue angle of 142.42º 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 #076A2C is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 44 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.58 |
| HSL | 142.42º | 0.88% | 0.22% | - |
| HSV(B) | 142.42º | 0.93% | 0.42% | - |
| XYZ | 5.7 | 10.54 | 4.12 | - |
| YUV | 69.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 44 | 0.93 | 0 | 0.58 | 0.58 | 142.42 | 0.88 | 0.22 |
| Hex | 7 | 6A | 2C | 5D | 0 | 3A | 3A | 8E | 58 | 16 |
| Octal | 7 | 152 | 54 | 135 | 0 | 72 | 72 | 216 | 130 | 26 |
| Binary | 111 | 1101010 | 101100 | 1011101 | 0 | 111010 | 111010 | 10001110 | 1011000 | 10110 |
Color Harmonies of #076A2C
Complementary color
Monochromatic Colors of #076A2C
Black with #076A2C
Text Example
Text Example
White with #076A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A2C; }
p { color: rgb(7,106,44); }
H1.HeaderClassName
{
color: #076A2C;
}
.AnyTagClassName
{
color: #076A2C;
}
</style>
background-color css
<style>
a { background-color: #076A2C; }
a { background-color: rgb(7,106,44); }
div.DivClassName
{
background-color: #076A2C;
}
.BgClassName
{
background-color: #076A2C;
}
</style>
border-color css
<style>
span { border-color: #076A2C; }
span { border-color: rgb(7,106,44); }
td.TdClassName
{
border-color: #076A2C;
}
.TagClassName
{
border-color: #076A2C;
}
</style>