Shades of Crusoe #075E2B
Tints of Crusoe #075E2B
RGB
CMYK
RGB Variations
Color information
#075E2B (or 0x075E2B) is known color: Crusoe. HEX triplet: 07, 5E and 2B. RGB value is (7,94,43). Sum of RGB (Red+Green+Blue) = 7+94+43=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 94 (37.11% from 255 or 65.28% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 94 - color contains mainly: green. Hex color #075E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075E2B is #F8A1D4. Grayscale: #3E3E3E. Windows color (decimal): -16294357 or 2842119. OLE color: 2842119.
HSL color Cylindrical-coordinate representation of color #075E2B: hue angle of 144.83º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075E2B is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 94 | 43 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.63 |
| HSL | 144.83º | 0.86% | 0.2% | - |
| HSV(B) | 144.83º | 0.93% | 0.37% | - |
| XYZ | 4.53 | 8.22 | 3.63 | - |
| YUV | 62.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 43 | 0.93 | 0 | 0.54 | 0.63 | 144.83 | 0.86 | 0.2 |
| Hex | 7 | 5E | 2B | 5D | 0 | 36 | 3F | 91 | 56 | 14 |
| Octal | 7 | 136 | 53 | 135 | 0 | 66 | 77 | 221 | 126 | 24 |
| Binary | 111 | 1011110 | 101011 | 1011101 | 0 | 110110 | 111111 | 10010001 | 1010110 | 10100 |
Color Harmonies of #075E2B
Complementary color
Monochromatic Colors of #075E2B
Black with #075E2B
Text Example
Text Example
White with #075E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075E2B; }
p { color: rgb(7,94,43); }
H1.HeaderClassName
{
color: #075E2B;
}
.AnyTagClassName
{
color: #075E2B;
}
</style>
background-color css
<style>
a { background-color: #075E2B; }
a { background-color: rgb(7,94,43); }
div.DivClassName
{
background-color: #075E2B;
}
.BgClassName
{
background-color: #075E2B;
}
</style>
border-color css
<style>
span { border-color: #075E2B; }
span { border-color: rgb(7,94,43); }
td.TdClassName
{
border-color: #075E2B;
}
.TagClassName
{
border-color: #075E2B;
}
</style>