Shades of Crusoe #07681D
Tints of Crusoe #07681D
RGB
CMYK
RGB Variations
Color information
#07681D (or 0x07681D) is known color: Crusoe. HEX triplet: 07, 68 and 1D. RGB value is (7,104,29). Sum of RGB (Red+Green+Blue) = 7+104+29=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #07681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07681D is #F897E2. Grayscale: #424242. Windows color (decimal): -16291811 or 1927175. OLE color: 1927175.
HSL color Cylindrical-coordinate representation of color #07681D: hue angle of 133.61º 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 #07681D is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 29 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.59 |
| HSL | 133.61º | 0.87% | 0.22% | - |
| HSV(B) | 133.61º | 0.93% | 0.41% | - |
| XYZ | 5.26 | 10.03 | 2.82 | - |
| YUV | 66.45 | 106.86 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 29 | 0.93 | 0 | 0.72 | 0.59 | 133.61 | 0.87 | 0.22 |
| Hex | 7 | 68 | 1D | 5D | 0 | 48 | 3B | 86 | 57 | 16 |
| Octal | 7 | 150 | 35 | 135 | 0 | 110 | 73 | 206 | 127 | 26 |
| Binary | 111 | 1101000 | 11101 | 1011101 | 0 | 1001000 | 111011 | 10000110 | 1010111 | 10110 |
Color Harmonies of #07681D
Complementary color
Monochromatic Colors of #07681D
Black with #07681D
Text Example
Text Example
White with #07681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07681D; }
p { color: rgb(7,104,29); }
H1.HeaderClassName
{
color: #07681D;
}
.AnyTagClassName
{
color: #07681D;
}
</style>
background-color css
<style>
a { background-color: #07681D; }
a { background-color: rgb(7,104,29); }
div.DivClassName
{
background-color: #07681D;
}
.BgClassName
{
background-color: #07681D;
}
</style>
border-color css
<style>
span { border-color: #07681D; }
span { border-color: rgb(7,104,29); }
td.TdClassName
{
border-color: #07681D;
}
.TagClassName
{
border-color: #07681D;
}
</style>