Shades of Crusoe #075E18
Tints of Crusoe #075E18
RGB
CMYK
RGB Variations
Color information
#075E18 (or 0x075E18) is known color: Crusoe. HEX triplet: 07, 5E and 18. RGB value is (7,94,24). Sum of RGB (Red+Green+Blue) = 7+94+24=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 94 (37.11% from 255 or 75.2% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 94 - color contains mainly: green. Hex color #075E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075E18 is #F8A1E7. Grayscale: #3C3C3C. Windows color (decimal): -16294376 or 1596935. OLE color: 1596935.
HSL color Cylindrical-coordinate representation of color #075E18: hue angle of 131.72º 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 #075E18 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 94 | 24 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.63 |
| HSL | 131.72º | 0.86% | 0.2% | - |
| HSV(B) | 131.72º | 0.93% | 0.37% | - |
| XYZ | 4.26 | 8.12 | 2.21 | - |
| YUV | 60.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 24 | 0.93 | 0 | 0.74 | 0.63 | 131.72 | 0.86 | 0.2 |
| Hex | 7 | 5E | 18 | 5D | 0 | 4A | 3F | 84 | 56 | 14 |
| Octal | 7 | 136 | 30 | 135 | 0 | 112 | 77 | 204 | 126 | 24 |
| Binary | 111 | 1011110 | 11000 | 1011101 | 0 | 1001010 | 111111 | 10000100 | 1010110 | 10100 |
Color Harmonies of #075E18
Complementary color
Monochromatic Colors of #075E18
Black with #075E18
Text Example
Text Example
White with #075E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075E18; }
p { color: rgb(7,94,24); }
H1.HeaderClassName
{
color: #075E18;
}
.AnyTagClassName
{
color: #075E18;
}
</style>
background-color css
<style>
a { background-color: #075E18; }
a { background-color: rgb(7,94,24); }
div.DivClassName
{
background-color: #075E18;
}
.BgClassName
{
background-color: #075E18;
}
</style>
border-color css
<style>
span { border-color: #075E18; }
span { border-color: rgb(7,94,24); }
td.TdClassName
{
border-color: #075E18;
}
.TagClassName
{
border-color: #075E18;
}
</style>