Shades of Crusoe #076022
Tints of Crusoe #076022
RGB
CMYK
RGB Variations
Color information
#076022 (or 0x076022) is known color: Crusoe. HEX triplet: 07, 60 and 22. RGB value is (7,96,34). Sum of RGB (Red+Green+Blue) = 7+96+34=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #076022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076022 is #F89FDD. Grayscale: #3E3E3E. Windows color (decimal): -16293854 or 2252807. OLE color: 2252807.
HSL color Cylindrical-coordinate representation of color #076022: hue angle of 138.2º 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 #076022 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 34 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.62 |
| HSL | 138.2º | 0.86% | 0.2% | - |
| HSV(B) | 138.2º | 0.93% | 0.38% | - |
| XYZ | 4.56 | 8.53 | 2.92 | - |
| YUV | 62.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 34 | 0.93 | 0 | 0.65 | 0.62 | 138.2 | 0.86 | 0.2 |
| Hex | 7 | 60 | 22 | 5D | 0 | 41 | 3E | 8A | 56 | 14 |
| Octal | 7 | 140 | 42 | 135 | 0 | 101 | 76 | 212 | 126 | 24 |
| Binary | 111 | 1100000 | 100010 | 1011101 | 0 | 1000001 | 111110 | 10001010 | 1010110 | 10100 |
Color Harmonies of #076022
Complementary color
Monochromatic Colors of #076022
Black with #076022
Text Example
Text Example
White with #076022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076022; }
p { color: rgb(7,96,34); }
H1.HeaderClassName
{
color: #076022;
}
.AnyTagClassName
{
color: #076022;
}
</style>
background-color css
<style>
a { background-color: #076022; }
a { background-color: rgb(7,96,34); }
div.DivClassName
{
background-color: #076022;
}
.BgClassName
{
background-color: #076022;
}
</style>
border-color css
<style>
span { border-color: #076022; }
span { border-color: rgb(7,96,34); }
td.TdClassName
{
border-color: #076022;
}
.TagClassName
{
border-color: #076022;
}
</style>