Shades of Crusoe #076F1D
Tints of Crusoe #076F1D
RGB
CMYK
RGB Variations
Color information
#076F1D (or 0x076F1D) is known color: Crusoe. HEX triplet: 07, 6F and 1D. RGB value is (7,111,29). Sum of RGB (Red+Green+Blue) = 7+111+29=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 111 (43.75% from 255 or 75.51% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 111 - color contains mainly: green. Hex color #076F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F1D is #F890E2. Grayscale: #464646. Windows color (decimal): -16290019 or 1928967. OLE color: 1928967.
HSL color Cylindrical-coordinate representation of color #076F1D: hue angle of 132.69º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F1D is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 29 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.56 |
| HSL | 132.69º | 0.88% | 0.23% | - |
| HSV(B) | 132.69º | 0.94% | 0.44% | - |
| XYZ | 5.99 | 11.5 | 3.07 | - |
| YUV | 70.56 | 104.54 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 29 | 0.94 | 0 | 0.74 | 0.56 | 132.69 | 0.88 | 0.23 |
| Hex | 7 | 6F | 1D | 5E | 0 | 4A | 38 | 85 | 58 | 17 |
| Octal | 7 | 157 | 35 | 136 | 0 | 112 | 70 | 205 | 130 | 27 |
| Binary | 111 | 1101111 | 11101 | 1011110 | 0 | 1001010 | 111000 | 10000101 | 1011000 | 10111 |
Color Harmonies of #076F1D
Complementary color
Monochromatic Colors of #076F1D
Black with #076F1D
Text Example
Text Example
White with #076F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F1D; }
p { color: rgb(7,111,29); }
H1.HeaderClassName
{
color: #076F1D;
}
.AnyTagClassName
{
color: #076F1D;
}
</style>
background-color css
<style>
a { background-color: #076F1D; }
a { background-color: rgb(7,111,29); }
div.DivClassName
{
background-color: #076F1D;
}
.BgClassName
{
background-color: #076F1D;
}
</style>
border-color css
<style>
span { border-color: #076F1D; }
span { border-color: rgb(7,111,29); }
td.TdClassName
{
border-color: #076F1D;
}
.TagClassName
{
border-color: #076F1D;
}
</style>