Shades of Crusoe #07562B
Tints of Crusoe #07562B
RGB
CMYK
RGB Variations
Color information
#07562B (or 0x07562B) is known color: Crusoe. HEX triplet: 07, 56 and 2B. RGB value is (7,86,43). Sum of RGB (Red+Green+Blue) = 7+86+43=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #07562B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07562B is #F8A9D4. Grayscale: #393939. Windows color (decimal): -16296405 or 2840071. OLE color: 2840071.
HSL color Cylindrical-coordinate representation of color #07562B: hue angle of 147.34º 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 #07562B is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 86 | 43 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.66 |
| HSL | 147.34º | 0.85% | 0.18% | - |
| HSV(B) | 147.34º | 0.92% | 0.34% | - |
| XYZ | 3.85 | 6.88 | 3.41 | - |
| YUV | 57.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 43 | 0.92 | 0 | 0.50 | 0.66 | 147.34 | 0.85 | 0.18 |
| Hex | 7 | 56 | 2B | 5C | 0 | 32 | 42 | 93 | 55 | 12 |
| Octal | 7 | 126 | 53 | 134 | 0 | 62 | 102 | 223 | 125 | 22 |
| Binary | 111 | 1010110 | 101011 | 1011100 | 0 | 110010 | 1000010 | 10010011 | 1010101 | 10010 |
Color Harmonies of #07562B
Complementary color
Monochromatic Colors of #07562B
Black with #07562B
Text Example
Text Example
White with #07562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07562B; }
p { color: rgb(7,86,43); }
H1.HeaderClassName
{
color: #07562B;
}
.AnyTagClassName
{
color: #07562B;
}
</style>
background-color css
<style>
a { background-color: #07562B; }
a { background-color: rgb(7,86,43); }
div.DivClassName
{
background-color: #07562B;
}
.BgClassName
{
background-color: #07562B;
}
</style>
border-color css
<style>
span { border-color: #07562B; }
span { border-color: rgb(7,86,43); }
td.TdClassName
{
border-color: #07562B;
}
.TagClassName
{
border-color: #07562B;
}
</style>