Shades of Crusoe #07671D
Tints of Crusoe #07671D
RGB
CMYK
RGB Variations
Color information
#07671D (or 0x07671D) is known color: Crusoe. HEX triplet: 07, 67 and 1D. RGB value is (7,103,29). Sum of RGB (Red+Green+Blue) = 7+103+29=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 103 (40.62% from 255 or 74.10% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 103 - color contains mainly: green. Hex color #07671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07671D is #F898E2. Grayscale: #424242. Windows color (decimal): -16292067 or 1926919. OLE color: 1926919.
HSL color Cylindrical-coordinate representation of color #07671D: hue angle of 133.75º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07671D is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 29 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.60 |
| HSL | 133.75º | 0.87% | 0.22% | - |
| HSV(B) | 133.75º | 0.93% | 0.4% | - |
| XYZ | 5.16 | 9.83 | 2.79 | - |
| YUV | 65.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 29 | 0.93 | 0 | 0.72 | 0.60 | 133.75 | 0.87 | 0.22 |
| Hex | 7 | 67 | 1D | 5D | 0 | 48 | 3C | 86 | 57 | 16 |
| Octal | 7 | 147 | 35 | 135 | 0 | 110 | 74 | 206 | 127 | 26 |
| Binary | 111 | 1100111 | 11101 | 1011101 | 0 | 1001000 | 111100 | 10000110 | 1010111 | 10110 |
Color Harmonies of #07671D
Complementary color
Monochromatic Colors of #07671D
Black with #07671D
Text Example
Text Example
White with #07671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07671D; }
p { color: rgb(7,103,29); }
H1.HeaderClassName
{
color: #07671D;
}
.AnyTagClassName
{
color: #07671D;
}
</style>
background-color css
<style>
a { background-color: #07671D; }
a { background-color: rgb(7,103,29); }
div.DivClassName
{
background-color: #07671D;
}
.BgClassName
{
background-color: #07671D;
}
</style>
border-color css
<style>
span { border-color: #07671D; }
span { border-color: rgb(7,103,29); }
td.TdClassName
{
border-color: #07671D;
}
.TagClassName
{
border-color: #07671D;
}
</style>