Shades of Crusoe #076016
Tints of Crusoe #076016
RGB
CMYK
RGB Variations
Color information
#076016 (or 0x076016) is known color: Crusoe. HEX triplet: 07, 60 and 16. RGB value is (7,96,22). Sum of RGB (Red+Green+Blue) = 7+96+22=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #076016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076016 is #F89FE9. Grayscale: #3D3D3D. Windows color (decimal): -16293866 or 1466375. OLE color: 1466375.
HSL color Cylindrical-coordinate representation of color #076016: hue angle of 130.11º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076016 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 22 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.62 |
| HSL | 130.11º | 0.86% | 0.2% | - |
| HSV(B) | 130.11º | 0.93% | 0.38% | - |
| XYZ | 4.42 | 8.47 | 2.16 | - |
| YUV | 60.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 22 | 0.93 | 0 | 0.77 | 0.62 | 130.11 | 0.86 | 0.2 |
| Hex | 7 | 60 | 16 | 5D | 0 | 4D | 3E | 82 | 56 | 14 |
| Octal | 7 | 140 | 26 | 135 | 0 | 115 | 76 | 202 | 126 | 24 |
| Binary | 111 | 1100000 | 10110 | 1011101 | 0 | 1001101 | 111110 | 10000010 | 1010110 | 10100 |
Color Harmonies of #076016
Complementary color
Monochromatic Colors of #076016
Black with #076016
Text Example
Text Example
White with #076016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076016; }
p { color: rgb(7,96,22); }
H1.HeaderClassName
{
color: #076016;
}
.AnyTagClassName
{
color: #076016;
}
</style>
background-color css
<style>
a { background-color: #076016; }
a { background-color: rgb(7,96,22); }
div.DivClassName
{
background-color: #076016;
}
.BgClassName
{
background-color: #076016;
}
</style>
border-color css
<style>
span { border-color: #076016; }
span { border-color: rgb(7,96,22); }
td.TdClassName
{
border-color: #076016;
}
.TagClassName
{
border-color: #076016;
}
</style>