Shades of Crusoe #07701D
Tints of Crusoe #07701D
RGB
CMYK
RGB Variations
Color information
#07701D (or 0x07701D) is known color: Crusoe. HEX triplet: 07, 70 and 1D. RGB value is (7,112,29). Sum of RGB (Red+Green+Blue) = 7+112+29=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #07701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07701D is #F88FE2. Grayscale: #474747. Windows color (decimal): -16289763 or 1929223. OLE color: 1929223.
HSL color Cylindrical-coordinate representation of color #07701D: hue angle of 132.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07701D is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 29 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.56 |
| HSL | 132.57º | 0.88% | 0.23% | - |
| HSV(B) | 132.57º | 0.94% | 0.44% | - |
| XYZ | 6.1 | 11.72 | 3.1 | - |
| YUV | 71.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 29 | 0.94 | 0 | 0.74 | 0.56 | 132.57 | 0.88 | 0.23 |
| Hex | 7 | 70 | 1D | 5E | 0 | 4A | 38 | 85 | 58 | 17 |
| Octal | 7 | 160 | 35 | 136 | 0 | 112 | 70 | 205 | 130 | 27 |
| Binary | 111 | 1110000 | 11101 | 1011110 | 0 | 1001010 | 111000 | 10000101 | 1011000 | 10111 |
Color Harmonies of #07701D
Complementary color
Monochromatic Colors of #07701D
Black with #07701D
Text Example
Text Example
White with #07701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07701D; }
p { color: rgb(7,112,29); }
H1.HeaderClassName
{
color: #07701D;
}
.AnyTagClassName
{
color: #07701D;
}
</style>
background-color css
<style>
a { background-color: #07701D; }
a { background-color: rgb(7,112,29); }
div.DivClassName
{
background-color: #07701D;
}
.BgClassName
{
background-color: #07701D;
}
</style>
border-color css
<style>
span { border-color: #07701D; }
span { border-color: rgb(7,112,29); }
td.TdClassName
{
border-color: #07701D;
}
.TagClassName
{
border-color: #07701D;
}
</style>