Shades of Crusoe #075414
Tints of Crusoe #075414
RGB
CMYK
RGB Variations
Color information
#075414 (or 0x075414) is known color: Crusoe. HEX triplet: 07, 54 and 14. RGB value is (7,84,20). Sum of RGB (Red+Green+Blue) = 7+84+20=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #075414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075414 is #F8ABEB. Grayscale: #353535. Windows color (decimal): -16296940 or 1332231. OLE color: 1332231.
HSL color Cylindrical-coordinate representation of color #075414: hue angle of 130.13º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075414 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 84 | 20 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.67 |
| HSL | 130.13º | 0.85% | 0.18% | - |
| HSV(B) | 130.13º | 0.92% | 0.33% | - |
| XYZ | 3.38 | 6.44 | 1.73 | - |
| YUV | 53.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 20 | 0.92 | 0 | 0.76 | 0.67 | 130.13 | 0.85 | 0.18 |
| Hex | 7 | 54 | 14 | 5C | 0 | 4C | 43 | 82 | 55 | 12 |
| Octal | 7 | 124 | 24 | 134 | 0 | 114 | 103 | 202 | 125 | 22 |
| Binary | 111 | 1010100 | 10100 | 1011100 | 0 | 1001100 | 1000011 | 10000010 | 1010101 | 10010 |
Color Harmonies of #075414
Complementary color
Monochromatic Colors of #075414
Black with #075414
Text Example
Text Example
White with #075414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075414; }
p { color: rgb(7,84,20); }
H1.HeaderClassName
{
color: #075414;
}
.AnyTagClassName
{
color: #075414;
}
</style>
background-color css
<style>
a { background-color: #075414; }
a { background-color: rgb(7,84,20); }
div.DivClassName
{
background-color: #075414;
}
.BgClassName
{
background-color: #075414;
}
</style>
border-color css
<style>
span { border-color: #075414; }
span { border-color: rgb(7,84,20); }
td.TdClassName
{
border-color: #075414;
}
.TagClassName
{
border-color: #075414;
}
</style>