Shades of Crusoe #07701C
Tints of Crusoe #07701C
RGB
CMYK
RGB Variations
Color information
#07701C (or 0x07701C) is known color: Crusoe. HEX triplet: 07, 70 and 1C. RGB value is (7,112,28). Sum of RGB (Red+Green+Blue) = 7+112+28=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #07701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07701C is #F88FE3. Grayscale: #474747. Windows color (decimal): -16289764 or 1863687. OLE color: 1863687.
HSL color Cylindrical-coordinate representation of color #07701C: hue angle of 132º 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 #07701C is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 28 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.56 |
| HSL | 132º | 0.88% | 0.23% | - |
| HSV(B) | 132º | 0.94% | 0.44% | - |
| XYZ | 6.09 | 11.72 | 3.04 | - |
| YUV | 71.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 28 | 0.94 | 0 | 0.75 | 0.56 | 132 | 0.88 | 0.23 |
| Hex | 7 | 70 | 1C | 5E | 0 | 4B | 38 | 84 | 58 | 17 |
| Octal | 7 | 160 | 34 | 136 | 0 | 113 | 70 | 204 | 130 | 27 |
| Binary | 111 | 1110000 | 11100 | 1011110 | 0 | 1001011 | 111000 | 10000100 | 1011000 | 10111 |
Color Harmonies of #07701C
Complementary color
Monochromatic Colors of #07701C
Black with #07701C
Text Example
Text Example
White with #07701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07701C; }
p { color: rgb(7,112,28); }
H1.HeaderClassName
{
color: #07701C;
}
.AnyTagClassName
{
color: #07701C;
}
</style>
background-color css
<style>
a { background-color: #07701C; }
a { background-color: rgb(7,112,28); }
div.DivClassName
{
background-color: #07701C;
}
.BgClassName
{
background-color: #07701C;
}
</style>
border-color css
<style>
span { border-color: #07701C; }
span { border-color: rgb(7,112,28); }
td.TdClassName
{
border-color: #07701C;
}
.TagClassName
{
border-color: #07701C;
}
</style>