Shades of Crusoe #075833
Tints of Crusoe #075833
RGB
CMYK
RGB Variations
Color information
#075833 (or 0x075833) is known color: Crusoe. HEX triplet: 07, 58 and 33. RGB value is (7,88,51). Sum of RGB (Red+Green+Blue) = 7+88+51=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #075833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075833 is #F8A7CC. Grayscale: #3B3B3B. Windows color (decimal): -16295885 or 3364871. OLE color: 3364871.
HSL color Cylindrical-coordinate representation of color #075833: hue angle of 152.59º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075833 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 51 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.65 |
| HSL | 152.59º | 0.85% | 0.19% | - |
| HSV(B) | 152.59º | 0.92% | 0.35% | - |
| XYZ | 4.17 | 7.26 | 4.31 | - |
| YUV | 59.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 51 | 0.92 | 0 | 0.42 | 0.65 | 152.59 | 0.85 | 0.19 |
| Hex | 7 | 58 | 33 | 5C | 0 | 2A | 41 | 99 | 55 | 13 |
| Octal | 7 | 130 | 63 | 134 | 0 | 52 | 101 | 231 | 125 | 23 |
| Binary | 111 | 1011000 | 110011 | 1011100 | 0 | 101010 | 1000001 | 10011001 | 1010101 | 10011 |
Color Harmonies of #075833
Complementary color
Monochromatic Colors of #075833
Black with #075833
Text Example
Text Example
White with #075833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075833; }
p { color: rgb(7,88,51); }
H1.HeaderClassName
{
color: #075833;
}
.AnyTagClassName
{
color: #075833;
}
</style>
background-color css
<style>
a { background-color: #075833; }
a { background-color: rgb(7,88,51); }
div.DivClassName
{
background-color: #075833;
}
.BgClassName
{
background-color: #075833;
}
</style>
border-color css
<style>
span { border-color: #075833; }
span { border-color: rgb(7,88,51); }
td.TdClassName
{
border-color: #075833;
}
.TagClassName
{
border-color: #075833;
}
</style>