Shades of Crusoe #07562F
Tints of Crusoe #07562F
RGB
CMYK
RGB Variations
Color information
#07562F (or 0x07562F) is known color: Crusoe. HEX triplet: 07, 56 and 2F. RGB value is (7,86,47). Sum of RGB (Red+Green+Blue) = 7+86+47=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #07562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07562F is #F8A9D0. Grayscale: #3A3A3A. Windows color (decimal): -16296401 or 3102215. OLE color: 3102215.
HSL color Cylindrical-coordinate representation of color #07562F: hue angle of 150.38º 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 #07562F is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 86 | 47 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.66 |
| HSL | 150.38º | 0.85% | 0.18% | - |
| HSV(B) | 150.38º | 0.92% | 0.34% | - |
| XYZ | 3.93 | 6.91 | 3.82 | - |
| YUV | 57.93 | 121.83 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 47 | 0.92 | 0 | 0.45 | 0.66 | 150.38 | 0.85 | 0.18 |
| Hex | 7 | 56 | 2F | 5C | 0 | 2D | 42 | 96 | 55 | 12 |
| Octal | 7 | 126 | 57 | 134 | 0 | 55 | 102 | 226 | 125 | 22 |
| Binary | 111 | 1010110 | 101111 | 1011100 | 0 | 101101 | 1000010 | 10010110 | 1010101 | 10010 |
Color Harmonies of #07562F
Complementary color
Monochromatic Colors of #07562F
Black with #07562F
Text Example
Text Example
White with #07562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07562F; }
p { color: rgb(7,86,47); }
H1.HeaderClassName
{
color: #07562F;
}
.AnyTagClassName
{
color: #07562F;
}
</style>
background-color css
<style>
a { background-color: #07562F; }
a { background-color: rgb(7,86,47); }
div.DivClassName
{
background-color: #07562F;
}
.BgClassName
{
background-color: #07562F;
}
</style>
border-color css
<style>
span { border-color: #07562F; }
span { border-color: rgb(7,86,47); }
td.TdClassName
{
border-color: #07562F;
}
.TagClassName
{
border-color: #07562F;
}
</style>