Shades of Crusoe #076424
Tints of Crusoe #076424
RGB
CMYK
RGB Variations
Color information
#076424 (or 0x076424) is known color: Crusoe. HEX triplet: 07, 64 and 24. RGB value is (7,100,36). Sum of RGB (Red+Green+Blue) = 7+100+36=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #076424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076424 is #F89BDB. Grayscale: #414141. Windows color (decimal): -16292828 or 2384903. OLE color: 2384903.
HSL color Cylindrical-coordinate representation of color #076424: hue angle of 138.71º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076424 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 36 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.61 |
| HSL | 138.71º | 0.87% | 0.21% | - |
| HSV(B) | 138.71º | 0.93% | 0.39% | - |
| XYZ | 4.96 | 9.29 | 3.2 | - |
| YUV | 64.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 36 | 0.93 | 0 | 0.64 | 0.61 | 138.71 | 0.87 | 0.21 |
| Hex | 7 | 64 | 24 | 5D | 0 | 40 | 3D | 8B | 57 | 15 |
| Octal | 7 | 144 | 44 | 135 | 0 | 100 | 75 | 213 | 127 | 25 |
| Binary | 111 | 1100100 | 100100 | 1011101 | 0 | 1000000 | 111101 | 10001011 | 1010111 | 10101 |
Color Harmonies of #076424
Complementary color
Monochromatic Colors of #076424
Black with #076424
Text Example
Text Example
White with #076424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076424; }
p { color: rgb(7,100,36); }
H1.HeaderClassName
{
color: #076424;
}
.AnyTagClassName
{
color: #076424;
}
</style>
background-color css
<style>
a { background-color: #076424; }
a { background-color: rgb(7,100,36); }
div.DivClassName
{
background-color: #076424;
}
.BgClassName
{
background-color: #076424;
}
</style>
border-color css
<style>
span { border-color: #076424; }
span { border-color: rgb(7,100,36); }
td.TdClassName
{
border-color: #076424;
}
.TagClassName
{
border-color: #076424;
}
</style>