Shades of Crusoe #076324
Tints of Crusoe #076324
RGB
CMYK
RGB Variations
Color information
#076324 (or 0x076324) is known color: Crusoe. HEX triplet: 07, 63 and 24. RGB value is (7,99,36). Sum of RGB (Red+Green+Blue) = 7+99+36=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #076324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076324 is #F89CDB. Grayscale: #404040. Windows color (decimal): -16293084 or 2384647. OLE color: 2384647.
HSL color Cylindrical-coordinate representation of color #076324: hue angle of 138.91º 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 #076324 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 36 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.61 |
| HSL | 138.91º | 0.87% | 0.21% | - |
| HSV(B) | 138.91º | 0.93% | 0.39% | - |
| XYZ | 4.87 | 9.1 | 3.17 | - |
| YUV | 64.31 | 112.02 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 36 | 0.93 | 0 | 0.64 | 0.61 | 138.91 | 0.87 | 0.21 |
| Hex | 7 | 63 | 24 | 5D | 0 | 40 | 3D | 8B | 57 | 15 |
| Octal | 7 | 143 | 44 | 135 | 0 | 100 | 75 | 213 | 127 | 25 |
| Binary | 111 | 1100011 | 100100 | 1011101 | 0 | 1000000 | 111101 | 10001011 | 1010111 | 10101 |
Color Harmonies of #076324
Complementary color
Monochromatic Colors of #076324
Black with #076324
Text Example
Text Example
White with #076324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076324; }
p { color: rgb(7,99,36); }
H1.HeaderClassName
{
color: #076324;
}
.AnyTagClassName
{
color: #076324;
}
</style>
background-color css
<style>
a { background-color: #076324; }
a { background-color: rgb(7,99,36); }
div.DivClassName
{
background-color: #076324;
}
.BgClassName
{
background-color: #076324;
}
</style>
border-color css
<style>
span { border-color: #076324; }
span { border-color: rgb(7,99,36); }
td.TdClassName
{
border-color: #076324;
}
.TagClassName
{
border-color: #076324;
}
</style>