Shades of Crusoe #075F15
Tints of Crusoe #075F15
RGB
CMYK
RGB Variations
Color information
#075F15 (or 0x075F15) is known color: Crusoe. HEX triplet: 07, 5F and 15. RGB value is (7,95,21). Sum of RGB (Red+Green+Blue) = 7+95+21=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 95 (37.5% from 255 or 77.24% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 95 - color contains mainly: green. Hex color #075F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075F15 is #F8A0EA. Grayscale: #3C3C3C. Windows color (decimal): -16294123 or 1400583. OLE color: 1400583.
HSL color Cylindrical-coordinate representation of color #075F15: hue angle of 129.55º 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 #075F15 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 95 | 21 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.63 |
| HSL | 129.55º | 0.86% | 0.2% | - |
| HSV(B) | 129.55º | 0.93% | 0.37% | - |
| XYZ | 4.32 | 8.28 | 2.08 | - |
| YUV | 60.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 21 | 0.93 | 0 | 0.78 | 0.63 | 129.55 | 0.86 | 0.2 |
| Hex | 7 | 5F | 15 | 5D | 0 | 4E | 3F | 82 | 56 | 14 |
| Octal | 7 | 137 | 25 | 135 | 0 | 116 | 77 | 202 | 126 | 24 |
| Binary | 111 | 1011111 | 10101 | 1011101 | 0 | 1001110 | 111111 | 10000010 | 1010110 | 10100 |
Color Harmonies of #075F15
Complementary color
Monochromatic Colors of #075F15
Black with #075F15
Text Example
Text Example
White with #075F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075F15; }
p { color: rgb(7,95,21); }
H1.HeaderClassName
{
color: #075F15;
}
.AnyTagClassName
{
color: #075F15;
}
</style>
background-color css
<style>
a { background-color: #075F15; }
a { background-color: rgb(7,95,21); }
div.DivClassName
{
background-color: #075F15;
}
.BgClassName
{
background-color: #075F15;
}
</style>
border-color css
<style>
span { border-color: #075F15; }
span { border-color: rgb(7,95,21); }
td.TdClassName
{
border-color: #075F15;
}
.TagClassName
{
border-color: #075F15;
}
</style>