Shades of Crusoe #075F16
Tints of Crusoe #075F16
RGB
CMYK
RGB Variations
Color information
#075F16 (or 0x075F16) is known color: Crusoe. HEX triplet: 07, 5F and 16. RGB value is (7,95,22). Sum of RGB (Red+Green+Blue) = 7+95+22=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 95 (37.5% from 255 or 76.61% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 95 - color contains mainly: green. Hex color #075F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075F16 is #F8A0E9. Grayscale: #3C3C3C. Windows color (decimal): -16294122 or 1466119. OLE color: 1466119.
HSL color Cylindrical-coordinate representation of color #075F16: hue angle of 130.23º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075F16 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 95 | 22 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.63 |
| HSL | 130.23º | 0.86% | 0.2% | - |
| HSV(B) | 130.23º | 0.93% | 0.37% | - |
| XYZ | 4.32 | 8.29 | 2.13 | - |
| YUV | 60.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 22 | 0.93 | 0 | 0.77 | 0.63 | 130.23 | 0.86 | 0.2 |
| Hex | 7 | 5F | 16 | 5D | 0 | 4D | 3F | 82 | 56 | 14 |
| Octal | 7 | 137 | 26 | 135 | 0 | 115 | 77 | 202 | 126 | 24 |
| Binary | 111 | 1011111 | 10110 | 1011101 | 0 | 1001101 | 111111 | 10000010 | 1010110 | 10100 |
Color Harmonies of #075F16
Complementary color
Monochromatic Colors of #075F16
Black with #075F16
Text Example
Text Example
White with #075F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075F16; }
p { color: rgb(7,95,22); }
H1.HeaderClassName
{
color: #075F16;
}
.AnyTagClassName
{
color: #075F16;
}
</style>
background-color css
<style>
a { background-color: #075F16; }
a { background-color: rgb(7,95,22); }
div.DivClassName
{
background-color: #075F16;
}
.BgClassName
{
background-color: #075F16;
}
</style>
border-color css
<style>
span { border-color: #075F16; }
span { border-color: rgb(7,95,22); }
td.TdClassName
{
border-color: #075F16;
}
.TagClassName
{
border-color: #075F16;
}
</style>