Shades of Crusoe #07601E
Tints of Crusoe #07601E
RGB
CMYK
RGB Variations
Color information
#07601E (or 0x07601E) is known color: Crusoe. HEX triplet: 07, 60 and 1E. RGB value is (7,96,30). Sum of RGB (Red+Green+Blue) = 7+96+30=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #07601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07601E is #F89FE1. Grayscale: #3E3E3E. Windows color (decimal): -16293858 or 1990663. OLE color: 1990663.
HSL color Cylindrical-coordinate representation of color #07601E: hue angle of 135.51º 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 #07601E is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 30 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.62 |
| HSL | 135.51º | 0.86% | 0.2% | - |
| HSV(B) | 135.51º | 0.93% | 0.38% | - |
| XYZ | 4.5 | 8.5 | 2.63 | - |
| YUV | 61.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 30 | 0.93 | 0 | 0.69 | 0.62 | 135.51 | 0.86 | 0.2 |
| Hex | 7 | 60 | 1E | 5D | 0 | 45 | 3E | 88 | 56 | 14 |
| Octal | 7 | 140 | 36 | 135 | 0 | 105 | 76 | 210 | 126 | 24 |
| Binary | 111 | 1100000 | 11110 | 1011101 | 0 | 1000101 | 111110 | 10001000 | 1010110 | 10100 |
Color Harmonies of #07601E
Complementary color
Monochromatic Colors of #07601E
Black with #07601E
Text Example
Text Example
White with #07601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07601E; }
p { color: rgb(7,96,30); }
H1.HeaderClassName
{
color: #07601E;
}
.AnyTagClassName
{
color: #07601E;
}
</style>
background-color css
<style>
a { background-color: #07601E; }
a { background-color: rgb(7,96,30); }
div.DivClassName
{
background-color: #07601E;
}
.BgClassName
{
background-color: #07601E;
}
</style>
border-color css
<style>
span { border-color: #07601E; }
span { border-color: rgb(7,96,30); }
td.TdClassName
{
border-color: #07601E;
}
.TagClassName
{
border-color: #07601E;
}
</style>