Shades of Crusoe #07602C
Tints of Crusoe #07602C
RGB
CMYK
RGB Variations
Color information
#07602C (or 0x07602C) is known color: Crusoe. HEX triplet: 07, 60 and 2C. RGB value is (7,96,44). Sum of RGB (Red+Green+Blue) = 7+96+44=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #07602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07602C is #F89FD3. Grayscale: #3F3F3F. Windows color (decimal): -16293844 or 2908167. OLE color: 2908167.
HSL color Cylindrical-coordinate representation of color #07602C: hue angle of 144.94º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07602C is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 44 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.62 |
| HSL | 144.94º | 0.86% | 0.2% | - |
| HSV(B) | 144.94º | 0.93% | 0.38% | - |
| XYZ | 4.73 | 8.59 | 3.79 | - |
| YUV | 63.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 44 | 0.93 | 0 | 0.54 | 0.62 | 144.94 | 0.86 | 0.2 |
| Hex | 7 | 60 | 2C | 5D | 0 | 36 | 3E | 91 | 56 | 14 |
| Octal | 7 | 140 | 54 | 135 | 0 | 66 | 76 | 221 | 126 | 24 |
| Binary | 111 | 1100000 | 101100 | 1011101 | 0 | 110110 | 111110 | 10010001 | 1010110 | 10100 |
Color Harmonies of #07602C
Complementary color
Monochromatic Colors of #07602C
Black with #07602C
Text Example
Text Example
White with #07602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07602C; }
p { color: rgb(7,96,44); }
H1.HeaderClassName
{
color: #07602C;
}
.AnyTagClassName
{
color: #07602C;
}
</style>
background-color css
<style>
a { background-color: #07602C; }
a { background-color: rgb(7,96,44); }
div.DivClassName
{
background-color: #07602C;
}
.BgClassName
{
background-color: #07602C;
}
</style>
border-color css
<style>
span { border-color: #07602C; }
span { border-color: rgb(7,96,44); }
td.TdClassName
{
border-color: #07602C;
}
.TagClassName
{
border-color: #07602C;
}
</style>