Shades of Crusoe #075D24
Tints of Crusoe #075D24
RGB
CMYK
RGB Variations
Color information
#075D24 (or 0x075D24) is known color: Crusoe. HEX triplet: 07, 5D and 24. RGB value is (7,93,36). Sum of RGB (Red+Green+Blue) = 7+93+36=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 93 (36.72% from 255 or 68.38% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 93 - color contains mainly: green. Hex color #075D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D24 is #F8A2DB. Grayscale: #3C3C3C. Windows color (decimal): -16294620 or 2383111. OLE color: 2383111.
HSL color Cylindrical-coordinate representation of color #075D24: hue angle of 140.23º 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 #075D24 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 36 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.64 |
| HSL | 140.23º | 0.86% | 0.2% | - |
| HSV(B) | 140.23º | 0.92% | 0.36% | - |
| XYZ | 4.32 | 8 | 2.99 | - |
| YUV | 60.79 | 114.01 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 36 | 0.92 | 0 | 0.61 | 0.64 | 140.23 | 0.86 | 0.2 |
| Hex | 7 | 5D | 24 | 5C | 0 | 3D | 40 | 8C | 56 | 14 |
| Octal | 7 | 135 | 44 | 134 | 0 | 75 | 100 | 214 | 126 | 24 |
| Binary | 111 | 1011101 | 100100 | 1011100 | 0 | 111101 | 1000000 | 10001100 | 1010110 | 10100 |
Color Harmonies of #075D24
Complementary color
Monochromatic Colors of #075D24
Black with #075D24
Text Example
Text Example
White with #075D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D24; }
p { color: rgb(7,93,36); }
H1.HeaderClassName
{
color: #075D24;
}
.AnyTagClassName
{
color: #075D24;
}
</style>
background-color css
<style>
a { background-color: #075D24; }
a { background-color: rgb(7,93,36); }
div.DivClassName
{
background-color: #075D24;
}
.BgClassName
{
background-color: #075D24;
}
</style>
border-color css
<style>
span { border-color: #075D24; }
span { border-color: rgb(7,93,36); }
td.TdClassName
{
border-color: #075D24;
}
.TagClassName
{
border-color: #075D24;
}
</style>