Shades of Crusoe #075432
Tints of Crusoe #075432
RGB
CMYK
RGB Variations
Color information
#075432 (or 0x075432) is known color: Crusoe. HEX triplet: 07, 54 and 32. RGB value is (7,84,50). Sum of RGB (Red+Green+Blue) = 7+84+50=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #075432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075432 is #F8ABCD. Grayscale: #393939. Windows color (decimal): -16296910 or 3298311. OLE color: 3298311.
HSL color Cylindrical-coordinate representation of color #075432: hue angle of 153.51º 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 #075432 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 84 | 50 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.67 |
| HSL | 153.51º | 0.85% | 0.18% | - |
| HSV(B) | 153.51º | 0.92% | 0.33% | - |
| XYZ | 3.83 | 6.62 | 4.09 | - |
| YUV | 57.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 84 | 50 | 0.92 | 0 | 0.40 | 0.67 | 153.51 | 0.85 | 0.18 |
| Hex | 7 | 54 | 32 | 5C | 0 | 28 | 43 | 9A | 55 | 12 |
| Octal | 7 | 124 | 62 | 134 | 0 | 50 | 103 | 232 | 125 | 22 |
| Binary | 111 | 1010100 | 110010 | 1011100 | 0 | 101000 | 1000011 | 10011010 | 1010101 | 10010 |
Color Harmonies of #075432
Complementary color
Monochromatic Colors of #075432
Black with #075432
Text Example
Text Example
White with #075432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075432; }
p { color: rgb(7,84,50); }
H1.HeaderClassName
{
color: #075432;
}
.AnyTagClassName
{
color: #075432;
}
</style>
background-color css
<style>
a { background-color: #075432; }
a { background-color: rgb(7,84,50); }
div.DivClassName
{
background-color: #075432;
}
.BgClassName
{
background-color: #075432;
}
</style>
border-color css
<style>
span { border-color: #075432; }
span { border-color: rgb(7,84,50); }
td.TdClassName
{
border-color: #075432;
}
.TagClassName
{
border-color: #075432;
}
</style>