Shades of Crusoe #075D20
Tints of Crusoe #075D20
RGB
CMYK
RGB Variations
Color information
#075D20 (or 0x075D20) is known color: Crusoe. HEX triplet: 07, 5D and 20. RGB value is (7,93,32). Sum of RGB (Red+Green+Blue) = 7+93+32=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #075D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D20 is #F8A2DF. Grayscale: #3C3C3C. Windows color (decimal): -16294624 or 2120967. OLE color: 2120967.
HSL color Cylindrical-coordinate representation of color #075D20: hue angle of 137.44º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D20 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 32 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.64 |
| HSL | 137.44º | 0.86% | 0.2% | - |
| HSV(B) | 137.44º | 0.92% | 0.36% | - |
| XYZ | 4.26 | 7.98 | 2.68 | - |
| YUV | 60.33 | 112.01 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 32 | 0.92 | 0 | 0.66 | 0.64 | 137.44 | 0.86 | 0.2 |
| Hex | 7 | 5D | 20 | 5C | 0 | 42 | 40 | 89 | 56 | 14 |
| Octal | 7 | 135 | 40 | 134 | 0 | 102 | 100 | 211 | 126 | 24 |
| Binary | 111 | 1011101 | 100000 | 1011100 | 0 | 1000010 | 1000000 | 10001001 | 1010110 | 10100 |
Color Harmonies of #075D20
Complementary color
Monochromatic Colors of #075D20
Black with #075D20
Text Example
Text Example
White with #075D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D20; }
p { color: rgb(7,93,32); }
H1.HeaderClassName
{
color: #075D20;
}
.AnyTagClassName
{
color: #075D20;
}
</style>
background-color css
<style>
a { background-color: #075D20; }
a { background-color: rgb(7,93,32); }
div.DivClassName
{
background-color: #075D20;
}
.BgClassName
{
background-color: #075D20;
}
</style>
border-color css
<style>
span { border-color: #075D20; }
span { border-color: rgb(7,93,32); }
td.TdClassName
{
border-color: #075D20;
}
.TagClassName
{
border-color: #075D20;
}
</style>