Shades of Crusoe #076019
Tints of Crusoe #076019
RGB
CMYK
RGB Variations
Color information
#076019 (or 0x076019) is known color: Crusoe. HEX triplet: 07, 60 and 19. RGB value is (7,96,25). Sum of RGB (Red+Green+Blue) = 7+96+25=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #076019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076019 is #F89FE6. Grayscale: #3D3D3D. Windows color (decimal): -16293863 or 1662983. OLE color: 1662983.
HSL color Cylindrical-coordinate representation of color #076019: hue angle of 132.13º 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 #076019 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 25 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.62 |
| HSL | 132.13º | 0.86% | 0.2% | - |
| HSV(B) | 132.13º | 0.93% | 0.38% | - |
| XYZ | 4.45 | 8.48 | 2.32 | - |
| YUV | 61.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 25 | 0.93 | 0 | 0.74 | 0.62 | 132.13 | 0.86 | 0.2 |
| Hex | 7 | 60 | 19 | 5D | 0 | 4A | 3E | 84 | 56 | 14 |
| Octal | 7 | 140 | 31 | 135 | 0 | 112 | 76 | 204 | 126 | 24 |
| Binary | 111 | 1100000 | 11001 | 1011101 | 0 | 1001010 | 111110 | 10000100 | 1010110 | 10100 |
Color Harmonies of #076019
Complementary color
Monochromatic Colors of #076019
Black with #076019
Text Example
Text Example
White with #076019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076019; }
p { color: rgb(7,96,25); }
H1.HeaderClassName
{
color: #076019;
}
.AnyTagClassName
{
color: #076019;
}
</style>
background-color css
<style>
a { background-color: #076019; }
a { background-color: rgb(7,96,25); }
div.DivClassName
{
background-color: #076019;
}
.BgClassName
{
background-color: #076019;
}
</style>
border-color css
<style>
span { border-color: #076019; }
span { border-color: rgb(7,96,25); }
td.TdClassName
{
border-color: #076019;
}
.TagClassName
{
border-color: #076019;
}
</style>