Shades of Crusoe #07611D
Tints of Crusoe #07611D
RGB
CMYK
RGB Variations
Color information
#07611D (or 0x07611D) is known color: Crusoe. HEX triplet: 07, 61 and 1D. RGB value is (7,97,29). Sum of RGB (Red+Green+Blue) = 7+97+29=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #07611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07611D is #F89EE2. Grayscale: #3E3E3E. Windows color (decimal): -16293603 or 1925383. OLE color: 1925383.
HSL color Cylindrical-coordinate representation of color #07611D: hue angle of 134.67º degrees, saturation: 0.87, 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 #07611D is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 97 | 29 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.62 |
| HSL | 134.67º | 0.87% | 0.2% | - |
| HSV(B) | 134.67º | 0.93% | 0.38% | - |
| XYZ | 4.58 | 8.68 | 2.6 | - |
| YUV | 62.34 | 109.18 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 29 | 0.93 | 0 | 0.70 | 0.62 | 134.67 | 0.87 | 0.2 |
| Hex | 7 | 61 | 1D | 5D | 0 | 46 | 3E | 87 | 57 | 14 |
| Octal | 7 | 141 | 35 | 135 | 0 | 106 | 76 | 207 | 127 | 24 |
| Binary | 111 | 1100001 | 11101 | 1011101 | 0 | 1000110 | 111110 | 10000111 | 1010111 | 10100 |
Color Harmonies of #07611D
Complementary color
Monochromatic Colors of #07611D
Black with #07611D
Text Example
Text Example
White with #07611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07611D; }
p { color: rgb(7,97,29); }
H1.HeaderClassName
{
color: #07611D;
}
.AnyTagClassName
{
color: #07611D;
}
</style>
background-color css
<style>
a { background-color: #07611D; }
a { background-color: rgb(7,97,29); }
div.DivClassName
{
background-color: #07611D;
}
.BgClassName
{
background-color: #07611D;
}
</style>
border-color css
<style>
span { border-color: #07611D; }
span { border-color: rgb(7,97,29); }
td.TdClassName
{
border-color: #07611D;
}
.TagClassName
{
border-color: #07611D;
}
</style>