Shades of Crusoe #075919
Tints of Crusoe #075919
RGB
CMYK
RGB Variations
Color information
#075919 (or 0x075919) is known color: Crusoe. HEX triplet: 07, 59 and 19. RGB value is (7,89,25). Sum of RGB (Red+Green+Blue) = 7+89+25=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #075919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075919 is #F8A6E6. Grayscale: #393939. Windows color (decimal): -16295655 or 1661191. OLE color: 1661191.
HSL color Cylindrical-coordinate representation of color #075919: hue angle of 133.17º 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 #075919 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 89 | 25 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.65 |
| HSL | 133.17º | 0.85% | 0.19% | - |
| HSV(B) | 133.17º | 0.92% | 0.35% | - |
| XYZ | 3.84 | 7.26 | 2.12 | - |
| YUV | 57.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 25 | 0.92 | 0 | 0.72 | 0.65 | 133.17 | 0.85 | 0.19 |
| Hex | 7 | 59 | 19 | 5C | 0 | 48 | 41 | 85 | 55 | 13 |
| Octal | 7 | 131 | 31 | 134 | 0 | 110 | 101 | 205 | 125 | 23 |
| Binary | 111 | 1011001 | 11001 | 1011100 | 0 | 1001000 | 1000001 | 10000101 | 1010101 | 10011 |
Color Harmonies of #075919
Complementary color
Monochromatic Colors of #075919
Black with #075919
Text Example
Text Example
White with #075919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075919; }
p { color: rgb(7,89,25); }
H1.HeaderClassName
{
color: #075919;
}
.AnyTagClassName
{
color: #075919;
}
</style>
background-color css
<style>
a { background-color: #075919; }
a { background-color: rgb(7,89,25); }
div.DivClassName
{
background-color: #075919;
}
.BgClassName
{
background-color: #075919;
}
</style>
border-color css
<style>
span { border-color: #075919; }
span { border-color: rgb(7,89,25); }
td.TdClassName
{
border-color: #075919;
}
.TagClassName
{
border-color: #075919;
}
</style>