Shades of Crusoe #075C19
Tints of Crusoe #075C19
RGB
CMYK
RGB Variations
Color information
#075C19 (or 0x075C19) is known color: Crusoe. HEX triplet: 07, 5C and 19. RGB value is (7,92,25). Sum of RGB (Red+Green+Blue) = 7+92+25=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 92 (36.33% from 255 or 74.19% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 92 - color contains mainly: green. Hex color #075C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075C19 is #F8A3E6. Grayscale: #3B3B3B. Windows color (decimal): -16294887 or 1661959. OLE color: 1661959.
HSL color Cylindrical-coordinate representation of color #075C19: hue angle of 132.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075C19 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 92 | 25 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.64 |
| HSL | 132.71º | 0.86% | 0.19% | - |
| HSV(B) | 132.71º | 0.92% | 0.36% | - |
| XYZ | 4.09 | 7.77 | 2.2 | - |
| YUV | 58.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 25 | 0.92 | 0 | 0.73 | 0.64 | 132.71 | 0.86 | 0.19 |
| Hex | 7 | 5C | 19 | 5C | 0 | 49 | 40 | 85 | 56 | 13 |
| Octal | 7 | 134 | 31 | 134 | 0 | 111 | 100 | 205 | 126 | 23 |
| Binary | 111 | 1011100 | 11001 | 1011100 | 0 | 1001001 | 1000000 | 10000101 | 1010110 | 10011 |
Color Harmonies of #075C19
Complementary color
Monochromatic Colors of #075C19
Black with #075C19
Text Example
Text Example
White with #075C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C19; }
p { color: rgb(7,92,25); }
H1.HeaderClassName
{
color: #075C19;
}
.AnyTagClassName
{
color: #075C19;
}
</style>
background-color css
<style>
a { background-color: #075C19; }
a { background-color: rgb(7,92,25); }
div.DivClassName
{
background-color: #075C19;
}
.BgClassName
{
background-color: #075C19;
}
</style>
border-color css
<style>
span { border-color: #075C19; }
span { border-color: rgb(7,92,25); }
td.TdClassName
{
border-color: #075C19;
}
.TagClassName
{
border-color: #075C19;
}
</style>