Shades of Crusoe #07572A
Tints of Crusoe #07572A
RGB
CMYK
RGB Variations
Color information
#07572A (or 0x07572A) is known color: Crusoe. HEX triplet: 07, 57 and 2A. RGB value is (7,87,42). Sum of RGB (Red+Green+Blue) = 7+87+42=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 87 (34.38% from 255 or 63.97% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 87 - color contains mainly: green. Hex color #07572A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07572A is #F8A8D5. Grayscale: #3A3A3A. Windows color (decimal): -16296150 or 2774791. OLE color: 2774791.
HSL color Cylindrical-coordinate representation of color #07572A: hue angle of 146.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07572A is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 87 | 42 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.66 |
| HSL | 146.25º | 0.85% | 0.18% | - |
| HSV(B) | 146.25º | 0.92% | 0.34% | - |
| XYZ | 3.91 | 7.03 | 3.34 | - |
| YUV | 57.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 42 | 0.92 | 0 | 0.52 | 0.66 | 146.25 | 0.85 | 0.18 |
| Hex | 7 | 57 | 2A | 5C | 0 | 34 | 42 | 92 | 55 | 12 |
| Octal | 7 | 127 | 52 | 134 | 0 | 64 | 102 | 222 | 125 | 22 |
| Binary | 111 | 1010111 | 101010 | 1011100 | 0 | 110100 | 1000010 | 10010010 | 1010101 | 10010 |
Color Harmonies of #07572A
Complementary color
Monochromatic Colors of #07572A
Black with #07572A
Text Example
Text Example
White with #07572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07572A; }
p { color: rgb(7,87,42); }
H1.HeaderClassName
{
color: #07572A;
}
.AnyTagClassName
{
color: #07572A;
}
</style>
background-color css
<style>
a { background-color: #07572A; }
a { background-color: rgb(7,87,42); }
div.DivClassName
{
background-color: #07572A;
}
.BgClassName
{
background-color: #07572A;
}
</style>
border-color css
<style>
span { border-color: #07572A; }
span { border-color: rgb(7,87,42); }
td.TdClassName
{
border-color: #07572A;
}
.TagClassName
{
border-color: #07572A;
}
</style>