Shades of Crusoe #07501B
Tints of Crusoe #07501B
RGB
CMYK
RGB Variations
Color information
#07501B (or 0x07501B) is known color: Crusoe. HEX triplet: 07, 50 and 1B. RGB value is (7,80,27). Sum of RGB (Red+Green+Blue) = 7+80+27=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #07501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07501B is #F8AFE4. Grayscale: #343434. Windows color (decimal): -16297957 or 1789959. OLE color: 1789959.
HSL color Cylindrical-coordinate representation of color #07501B: hue angle of 136.44º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07501B is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 80 | 27 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.69 |
| HSL | 136.44º | 0.84% | 0.17% | - |
| HSV(B) | 136.44º | 0.91% | 0.31% | - |
| XYZ | 3.15 | 5.86 | 2 | - |
| YUV | 52.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 27 | 0.91 | 0 | 0.66 | 0.69 | 136.44 | 0.84 | 0.17 |
| Hex | 7 | 50 | 1B | 5B | 0 | 42 | 45 | 88 | 54 | 11 |
| Octal | 7 | 120 | 33 | 133 | 0 | 102 | 105 | 210 | 124 | 21 |
| Binary | 111 | 1010000 | 11011 | 1011011 | 0 | 1000010 | 1000101 | 10001000 | 1010100 | 10001 |
Color Harmonies of #07501B
Complementary color
Monochromatic Colors of #07501B
Black with #07501B
Text Example
Text Example
White with #07501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07501B; }
p { color: rgb(7,80,27); }
H1.HeaderClassName
{
color: #07501B;
}
.AnyTagClassName
{
color: #07501B;
}
</style>
background-color css
<style>
a { background-color: #07501B; }
a { background-color: rgb(7,80,27); }
div.DivClassName
{
background-color: #07501B;
}
.BgClassName
{
background-color: #07501B;
}
</style>
border-color css
<style>
span { border-color: #07501B; }
span { border-color: rgb(7,80,27); }
td.TdClassName
{
border-color: #07501B;
}
.TagClassName
{
border-color: #07501B;
}
</style>