Shades of Crusoe #07682B
Tints of Crusoe #07682B
RGB
CMYK
RGB Variations
Color information
#07682B (or 0x07682B) is known color: Crusoe. HEX triplet: 07, 68 and 2B. RGB value is (7,104,43). Sum of RGB (Red+Green+Blue) = 7+104+43=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #07682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07682B is #F897D4. Grayscale: #444444. Windows color (decimal): -16291797 or 2844679. OLE color: 2844679.
HSL color Cylindrical-coordinate representation of color #07682B: hue angle of 142.27º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07682B is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 43 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.59 |
| HSL | 142.27º | 0.87% | 0.22% | - |
| HSV(B) | 142.27º | 0.93% | 0.41% | - |
| XYZ | 5.47 | 10.12 | 3.95 | - |
| YUV | 68.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 43 | 0.93 | 0 | 0.59 | 0.59 | 142.27 | 0.87 | 0.22 |
| Hex | 7 | 68 | 2B | 5D | 0 | 3B | 3B | 8E | 57 | 16 |
| Octal | 7 | 150 | 53 | 135 | 0 | 73 | 73 | 216 | 127 | 26 |
| Binary | 111 | 1101000 | 101011 | 1011101 | 0 | 111011 | 111011 | 10001110 | 1010111 | 10110 |
Color Harmonies of #07682B
Complementary color
Monochromatic Colors of #07682B
Black with #07682B
Text Example
Text Example
White with #07682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07682B; }
p { color: rgb(7,104,43); }
H1.HeaderClassName
{
color: #07682B;
}
.AnyTagClassName
{
color: #07682B;
}
</style>
background-color css
<style>
a { background-color: #07682B; }
a { background-color: rgb(7,104,43); }
div.DivClassName
{
background-color: #07682B;
}
.BgClassName
{
background-color: #07682B;
}
</style>
border-color css
<style>
span { border-color: #07682B; }
span { border-color: rgb(7,104,43); }
td.TdClassName
{
border-color: #07682B;
}
.TagClassName
{
border-color: #07682B;
}
</style>