Shades of Crusoe #075520
Tints of Crusoe #075520
RGB
CMYK
RGB Variations
Color information
#075520 (or 0x075520) is known color: Crusoe. HEX triplet: 07, 55 and 20. RGB value is (7,85,32). Sum of RGB (Red+Green+Blue) = 7+85+32=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #075520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075520 is #F8AADF. Grayscale: #373737. Windows color (decimal): -16296672 or 2118919. OLE color: 2118919.
HSL color Cylindrical-coordinate representation of color #075520: hue angle of 139.23º 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 #075520 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 32 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.67 |
| HSL | 139.23º | 0.85% | 0.18% | - |
| HSV(B) | 139.23º | 0.92% | 0.33% | - |
| XYZ | 3.6 | 6.65 | 2.46 | - |
| YUV | 55.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 32 | 0.92 | 0 | 0.62 | 0.67 | 139.23 | 0.85 | 0.18 |
| Hex | 7 | 55 | 20 | 5C | 0 | 3E | 43 | 8B | 55 | 12 |
| Octal | 7 | 125 | 40 | 134 | 0 | 76 | 103 | 213 | 125 | 22 |
| Binary | 111 | 1010101 | 100000 | 1011100 | 0 | 111110 | 1000011 | 10001011 | 1010101 | 10010 |
Color Harmonies of #075520
Complementary color
Monochromatic Colors of #075520
Black with #075520
Text Example
Text Example
White with #075520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075520; }
p { color: rgb(7,85,32); }
H1.HeaderClassName
{
color: #075520;
}
.AnyTagClassName
{
color: #075520;
}
</style>
background-color css
<style>
a { background-color: #075520; }
a { background-color: rgb(7,85,32); }
div.DivClassName
{
background-color: #075520;
}
.BgClassName
{
background-color: #075520;
}
</style>
border-color css
<style>
span { border-color: #075520; }
span { border-color: rgb(7,85,32); }
td.TdClassName
{
border-color: #075520;
}
.TagClassName
{
border-color: #075520;
}
</style>