Shades of Crusoe #07561C
Tints of Crusoe #07561C
RGB
CMYK
RGB Variations
Color information
#07561C (or 0x07561C) is known color: Crusoe. HEX triplet: 07, 56 and 1C. RGB value is (7,86,28). Sum of RGB (Red+Green+Blue) = 7+86+28=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #07561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07561C is #F8A9E3. Grayscale: #373737. Windows color (decimal): -16296420 or 1857031. OLE color: 1857031.
HSL color Cylindrical-coordinate representation of color #07561C: hue angle of 135.95º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07561C is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 86 | 28 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.66 |
| HSL | 135.95º | 0.85% | 0.18% | - |
| HSV(B) | 135.95º | 0.92% | 0.34% | - |
| XYZ | 3.63 | 6.78 | 2.22 | - |
| YUV | 55.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 28 | 0.92 | 0 | 0.67 | 0.66 | 135.95 | 0.85 | 0.18 |
| Hex | 7 | 56 | 1C | 5C | 0 | 43 | 42 | 88 | 55 | 12 |
| Octal | 7 | 126 | 34 | 134 | 0 | 103 | 102 | 210 | 125 | 22 |
| Binary | 111 | 1010110 | 11100 | 1011100 | 0 | 1000011 | 1000010 | 10001000 | 1010101 | 10010 |
Color Harmonies of #07561C
Complementary color
Monochromatic Colors of #07561C
Black with #07561C
Text Example
Text Example
White with #07561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07561C; }
p { color: rgb(7,86,28); }
H1.HeaderClassName
{
color: #07561C;
}
.AnyTagClassName
{
color: #07561C;
}
</style>
background-color css
<style>
a { background-color: #07561C; }
a { background-color: rgb(7,86,28); }
div.DivClassName
{
background-color: #07561C;
}
.BgClassName
{
background-color: #07561C;
}
</style>
border-color css
<style>
span { border-color: #07561C; }
span { border-color: rgb(7,86,28); }
td.TdClassName
{
border-color: #07561C;
}
.TagClassName
{
border-color: #07561C;
}
</style>