Shades of Crusoe #07642E
Tints of Crusoe #07642E
RGB
CMYK
RGB Variations
Color information
#07642E (or 0x07642E) is known color: Crusoe. HEX triplet: 07, 64 and 2E. RGB value is (7,100,46). Sum of RGB (Red+Green+Blue) = 7+100+46=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #07642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07642E is #F89BD1. Grayscale: #424242. Windows color (decimal): -16292818 or 3040263. OLE color: 3040263.
HSL color Cylindrical-coordinate representation of color #07642E: hue angle of 145.16º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07642E is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 46 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.61 |
| HSL | 145.16º | 0.87% | 0.21% | - |
| HSV(B) | 145.16º | 0.93% | 0.39% | - |
| XYZ | 5.14 | 9.36 | 4.12 | - |
| YUV | 66.04 | 116.69 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 46 | 0.93 | 0 | 0.54 | 0.61 | 145.16 | 0.87 | 0.21 |
| Hex | 7 | 64 | 2E | 5D | 0 | 36 | 3D | 91 | 57 | 15 |
| Octal | 7 | 144 | 56 | 135 | 0 | 66 | 75 | 221 | 127 | 25 |
| Binary | 111 | 1100100 | 101110 | 1011101 | 0 | 110110 | 111101 | 10010001 | 1010111 | 10101 |
Color Harmonies of #07642E
Complementary color
Monochromatic Colors of #07642E
Black with #07642E
Text Example
Text Example
White with #07642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07642E; }
p { color: rgb(7,100,46); }
H1.HeaderClassName
{
color: #07642E;
}
.AnyTagClassName
{
color: #07642E;
}
</style>
background-color css
<style>
a { background-color: #07642E; }
a { background-color: rgb(7,100,46); }
div.DivClassName
{
background-color: #07642E;
}
.BgClassName
{
background-color: #07642E;
}
</style>
border-color css
<style>
span { border-color: #07642E; }
span { border-color: rgb(7,100,46); }
td.TdClassName
{
border-color: #07642E;
}
.TagClassName
{
border-color: #07642E;
}
</style>