Shades of Crusoe #075D17
Tints of Crusoe #075D17
RGB
CMYK
RGB Variations
Color information
#075D17 (or 0x075D17) is known color: Crusoe. HEX triplet: 07, 5D and 17. RGB value is (7,93,23). Sum of RGB (Red+Green+Blue) = 7+93+23=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #075D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075D17 is #F8A2E8. Grayscale: #3B3B3B. Windows color (decimal): -16294633 or 1531143. OLE color: 1531143.
HSL color Cylindrical-coordinate representation of color #075D17: hue angle of 131.16º 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 #075D17 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 23 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.64 |
| HSL | 131.16º | 0.86% | 0.2% | - |
| HSV(B) | 131.16º | 0.92% | 0.36% | - |
| XYZ | 4.16 | 7.94 | 2.12 | - |
| YUV | 59.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 23 | 0.92 | 0 | 0.75 | 0.64 | 131.16 | 0.86 | 0.2 |
| Hex | 7 | 5D | 17 | 5C | 0 | 4B | 40 | 83 | 56 | 14 |
| Octal | 7 | 135 | 27 | 134 | 0 | 113 | 100 | 203 | 126 | 24 |
| Binary | 111 | 1011101 | 10111 | 1011100 | 0 | 1001011 | 1000000 | 10000011 | 1010110 | 10100 |
Color Harmonies of #075D17
Complementary color
Monochromatic Colors of #075D17
Black with #075D17
Text Example
Text Example
White with #075D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D17; }
p { color: rgb(7,93,23); }
H1.HeaderClassName
{
color: #075D17;
}
.AnyTagClassName
{
color: #075D17;
}
</style>
background-color css
<style>
a { background-color: #075D17; }
a { background-color: rgb(7,93,23); }
div.DivClassName
{
background-color: #075D17;
}
.BgClassName
{
background-color: #075D17;
}
</style>
border-color css
<style>
span { border-color: #075D17; }
span { border-color: rgb(7,93,23); }
td.TdClassName
{
border-color: #075D17;
}
.TagClassName
{
border-color: #075D17;
}
</style>