Shades of Crusoe #075D26
Tints of Crusoe #075D26
RGB
CMYK
RGB Variations
Color information
#075D26 (or 0x075D26) is known color: Crusoe. HEX triplet: 07, 5D and 26. RGB value is (7,93,38). Sum of RGB (Red+Green+Blue) = 7+93+38=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #075D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D26 is #F8A2D9. Grayscale: #3D3D3D. Windows color (decimal): -16294618 or 2514183. OLE color: 2514183.
HSL color Cylindrical-coordinate representation of color #075D26: hue angle of 141.63º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D26 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 38 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.64 |
| HSL | 141.63º | 0.86% | 0.2% | - |
| HSV(B) | 141.63º | 0.92% | 0.36% | - |
| XYZ | 4.35 | 8.01 | 3.15 | - |
| YUV | 61.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 38 | 0.92 | 0 | 0.59 | 0.64 | 141.63 | 0.86 | 0.2 |
| Hex | 7 | 5D | 26 | 5C | 0 | 3B | 40 | 8E | 56 | 14 |
| Octal | 7 | 135 | 46 | 134 | 0 | 73 | 100 | 216 | 126 | 24 |
| Binary | 111 | 1011101 | 100110 | 1011100 | 0 | 111011 | 1000000 | 10001110 | 1010110 | 10100 |
Color Harmonies of #075D26
Complementary color
Monochromatic Colors of #075D26
Black with #075D26
Text Example
Text Example
White with #075D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D26; }
p { color: rgb(7,93,38); }
H1.HeaderClassName
{
color: #075D26;
}
.AnyTagClassName
{
color: #075D26;
}
</style>
background-color css
<style>
a { background-color: #075D26; }
a { background-color: rgb(7,93,38); }
div.DivClassName
{
background-color: #075D26;
}
.BgClassName
{
background-color: #075D26;
}
</style>
border-color css
<style>
span { border-color: #075D26; }
span { border-color: rgb(7,93,38); }
td.TdClassName
{
border-color: #075D26;
}
.TagClassName
{
border-color: #075D26;
}
</style>