Shades of Crusoe #07561B
Tints of Crusoe #07561B
RGB
CMYK
RGB Variations
Color information
#07561B (or 0x07561B) is known color: Crusoe. HEX triplet: 07, 56 and 1B. RGB value is (7,86,27). Sum of RGB (Red+Green+Blue) = 7+86+27=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #07561B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07561B is #F8A9E4. Grayscale: #373737. Windows color (decimal): -16296421 or 1791495. OLE color: 1791495.
HSL color Cylindrical-coordinate representation of color #07561B: hue angle of 135.19º 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 #07561B is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 86 | 27 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.66 |
| HSL | 135.19º | 0.85% | 0.18% | - |
| HSV(B) | 135.19º | 0.92% | 0.34% | - |
| XYZ | 3.61 | 6.78 | 2.16 | - |
| YUV | 55.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 27 | 0.92 | 0 | 0.69 | 0.66 | 135.19 | 0.85 | 0.18 |
| Hex | 7 | 56 | 1B | 5C | 0 | 45 | 42 | 87 | 55 | 12 |
| Octal | 7 | 126 | 33 | 134 | 0 | 105 | 102 | 207 | 125 | 22 |
| Binary | 111 | 1010110 | 11011 | 1011100 | 0 | 1000101 | 1000010 | 10000111 | 1010101 | 10010 |
Color Harmonies of #07561B
Complementary color
Monochromatic Colors of #07561B
Black with #07561B
Text Example
Text Example
White with #07561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07561B; }
p { color: rgb(7,86,27); }
H1.HeaderClassName
{
color: #07561B;
}
.AnyTagClassName
{
color: #07561B;
}
</style>
background-color css
<style>
a { background-color: #07561B; }
a { background-color: rgb(7,86,27); }
div.DivClassName
{
background-color: #07561B;
}
.BgClassName
{
background-color: #07561B;
}
</style>
border-color css
<style>
span { border-color: #07561B; }
span { border-color: rgb(7,86,27); }
td.TdClassName
{
border-color: #07561B;
}
.TagClassName
{
border-color: #07561B;
}
</style>