Shades of Crusoe #075913
Tints of Crusoe #075913
RGB
CMYK
RGB Variations
Color information
#075913 (or 0x075913) is known color: Crusoe. HEX triplet: 07, 59 and 13. RGB value is (7,89,19). Sum of RGB (Red+Green+Blue) = 7+89+19=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #075913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075913 is #F8A6EC. Grayscale: #383838. Windows color (decimal): -16295661 or 1267975. OLE color: 1267975.
HSL color Cylindrical-coordinate representation of color #075913: hue angle of 128.78º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075913 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 89 | 19 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.65 |
| HSL | 128.78º | 0.85% | 0.19% | - |
| HSV(B) | 128.78º | 0.92% | 0.35% | - |
| XYZ | 3.78 | 7.24 | 1.81 | - |
| YUV | 56.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 19 | 0.92 | 0 | 0.79 | 0.65 | 128.78 | 0.85 | 0.19 |
| Hex | 7 | 59 | 13 | 5C | 0 | 4F | 41 | 81 | 55 | 13 |
| Octal | 7 | 131 | 23 | 134 | 0 | 117 | 101 | 201 | 125 | 23 |
| Binary | 111 | 1011001 | 10011 | 1011100 | 0 | 1001111 | 1000001 | 10000001 | 1010101 | 10011 |
Color Harmonies of #075913
Complementary color
Monochromatic Colors of #075913
Black with #075913
Text Example
Text Example
White with #075913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075913; }
p { color: rgb(7,89,19); }
H1.HeaderClassName
{
color: #075913;
}
.AnyTagClassName
{
color: #075913;
}
</style>
background-color css
<style>
a { background-color: #075913; }
a { background-color: rgb(7,89,19); }
div.DivClassName
{
background-color: #075913;
}
.BgClassName
{
background-color: #075913;
}
</style>
border-color css
<style>
span { border-color: #075913; }
span { border-color: rgb(7,89,19); }
td.TdClassName
{
border-color: #075913;
}
.TagClassName
{
border-color: #075913;
}
</style>