Shades of Crusoe #075C2D
Tints of Crusoe #075C2D
RGB
CMYK
RGB Variations
Color information
#075C2D (or 0x075C2D) is known color: Crusoe. HEX triplet: 07, 5C and 2D. RGB value is (7,92,45). Sum of RGB (Red+Green+Blue) = 7+92+45=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #075C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075C2D is #F8A3D2. Grayscale: #3D3D3D. Windows color (decimal): -16294867 or 2972679. OLE color: 2972679.
HSL color Cylindrical-coordinate representation of color #075C2D: hue angle of 146.82º 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 #075C2D is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 92 | 45 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.64 |
| HSL | 146.82º | 0.86% | 0.19% | - |
| HSV(B) | 146.82º | 0.92% | 0.36% | - |
| XYZ | 4.39 | 7.89 | 3.77 | - |
| YUV | 61.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 45 | 0.92 | 0 | 0.51 | 0.64 | 146.82 | 0.86 | 0.19 |
| Hex | 7 | 5C | 2D | 5C | 0 | 33 | 40 | 93 | 56 | 13 |
| Octal | 7 | 134 | 55 | 134 | 0 | 63 | 100 | 223 | 126 | 23 |
| Binary | 111 | 1011100 | 101101 | 1011100 | 0 | 110011 | 1000000 | 10010011 | 1010110 | 10011 |
Color Harmonies of #075C2D
Complementary color
Monochromatic Colors of #075C2D
Black with #075C2D
Text Example
Text Example
White with #075C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C2D; }
p { color: rgb(7,92,45); }
H1.HeaderClassName
{
color: #075C2D;
}
.AnyTagClassName
{
color: #075C2D;
}
</style>
background-color css
<style>
a { background-color: #075C2D; }
a { background-color: rgb(7,92,45); }
div.DivClassName
{
background-color: #075C2D;
}
.BgClassName
{
background-color: #075C2D;
}
</style>
border-color css
<style>
span { border-color: #075C2D; }
span { border-color: rgb(7,92,45); }
td.TdClassName
{
border-color: #075C2D;
}
.TagClassName
{
border-color: #075C2D;
}
</style>