Shades of Crusoe #075B18
Tints of Crusoe #075B18
RGB
CMYK
RGB Variations
Color information
#075B18 (or 0x075B18) is known color: Crusoe. HEX triplet: 07, 5B and 18. RGB value is (7,91,24). Sum of RGB (Red+Green+Blue) = 7+91+24=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 91 (35.94% from 255 or 74.59% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 91 - color contains mainly: green. Hex color #075B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075B18 is #F8A4E7. Grayscale: #3A3A3A. Windows color (decimal): -16295144 or 1596167. OLE color: 1596167.
HSL color Cylindrical-coordinate representation of color #075B18: hue angle of 132.14º 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 #075B18 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 91 | 24 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.64 |
| HSL | 132.14º | 0.86% | 0.19% | - |
| HSV(B) | 132.14º | 0.92% | 0.36% | - |
| XYZ | 3.99 | 7.59 | 2.12 | - |
| YUV | 58.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 24 | 0.92 | 0 | 0.74 | 0.64 | 132.14 | 0.86 | 0.19 |
| Hex | 7 | 5B | 18 | 5C | 0 | 4A | 40 | 84 | 56 | 13 |
| Octal | 7 | 133 | 30 | 134 | 0 | 112 | 100 | 204 | 126 | 23 |
| Binary | 111 | 1011011 | 11000 | 1011100 | 0 | 1001010 | 1000000 | 10000100 | 1010110 | 10011 |
Color Harmonies of #075B18
Complementary color
Monochromatic Colors of #075B18
Black with #075B18
Text Example
Text Example
White with #075B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075B18; }
p { color: rgb(7,91,24); }
H1.HeaderClassName
{
color: #075B18;
}
.AnyTagClassName
{
color: #075B18;
}
</style>
background-color css
<style>
a { background-color: #075B18; }
a { background-color: rgb(7,91,24); }
div.DivClassName
{
background-color: #075B18;
}
.BgClassName
{
background-color: #075B18;
}
</style>
border-color css
<style>
span { border-color: #075B18; }
span { border-color: rgb(7,91,24); }
td.TdClassName
{
border-color: #075B18;
}
.TagClassName
{
border-color: #075B18;
}
</style>