Shades of Crusoe #076020
Tints of Crusoe #076020
RGB
CMYK
RGB Variations
Color information
#076020 (or 0x076020) is known color: Crusoe. HEX triplet: 07, 60 and 20. RGB value is (7,96,32). Sum of RGB (Red+Green+Blue) = 7+96+32=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #076020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076020 is #F89FDF. Grayscale: #3E3E3E. Windows color (decimal): -16293856 or 2121735. OLE color: 2121735.
HSL color Cylindrical-coordinate representation of color #076020: hue angle of 136.85º 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 #076020 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 32 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.62 |
| HSL | 136.85º | 0.86% | 0.2% | - |
| HSV(B) | 136.85º | 0.93% | 0.38% | - |
| XYZ | 4.53 | 8.52 | 2.77 | - |
| YUV | 62.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 32 | 0.93 | 0 | 0.67 | 0.62 | 136.85 | 0.86 | 0.2 |
| Hex | 7 | 60 | 20 | 5D | 0 | 43 | 3E | 89 | 56 | 14 |
| Octal | 7 | 140 | 40 | 135 | 0 | 103 | 76 | 211 | 126 | 24 |
| Binary | 111 | 1100000 | 100000 | 1011101 | 0 | 1000011 | 111110 | 10001001 | 1010110 | 10100 |
Color Harmonies of #076020
Complementary color
Monochromatic Colors of #076020
Black with #076020
Text Example
Text Example
White with #076020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076020; }
p { color: rgb(7,96,32); }
H1.HeaderClassName
{
color: #076020;
}
.AnyTagClassName
{
color: #076020;
}
</style>
background-color css
<style>
a { background-color: #076020; }
a { background-color: rgb(7,96,32); }
div.DivClassName
{
background-color: #076020;
}
.BgClassName
{
background-color: #076020;
}
</style>
border-color css
<style>
span { border-color: #076020; }
span { border-color: rgb(7,96,32); }
td.TdClassName
{
border-color: #076020;
}
.TagClassName
{
border-color: #076020;
}
</style>