Shades of Crusoe #07632A
Tints of Crusoe #07632A
RGB
CMYK
RGB Variations
Color information
#07632A (or 0x07632A) is known color: Crusoe. HEX triplet: 07, 63 and 2A. RGB value is (7,99,42). Sum of RGB (Red+Green+Blue) = 7+99+42=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #07632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07632A is #F89CD5. Grayscale: #414141. Windows color (decimal): -16293078 or 2777863. OLE color: 2777863.
HSL color Cylindrical-coordinate representation of color #07632A: hue angle of 142.83º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07632A is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 42 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.61 |
| HSL | 142.83º | 0.87% | 0.21% | - |
| HSV(B) | 142.83º | 0.93% | 0.39% | - |
| XYZ | 4.97 | 9.14 | 3.69 | - |
| YUV | 64.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 42 | 0.93 | 0 | 0.58 | 0.61 | 142.83 | 0.87 | 0.21 |
| Hex | 7 | 63 | 2A | 5D | 0 | 3A | 3D | 8F | 57 | 15 |
| Octal | 7 | 143 | 52 | 135 | 0 | 72 | 75 | 217 | 127 | 25 |
| Binary | 111 | 1100011 | 101010 | 1011101 | 0 | 111010 | 111101 | 10001111 | 1010111 | 10101 |
Color Harmonies of #07632A
Complementary color
Monochromatic Colors of #07632A
Black with #07632A
Text Example
Text Example
White with #07632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07632A; }
p { color: rgb(7,99,42); }
H1.HeaderClassName
{
color: #07632A;
}
.AnyTagClassName
{
color: #07632A;
}
</style>
background-color css
<style>
a { background-color: #07632A; }
a { background-color: rgb(7,99,42); }
div.DivClassName
{
background-color: #07632A;
}
.BgClassName
{
background-color: #07632A;
}
</style>
border-color css
<style>
span { border-color: #07632A; }
span { border-color: rgb(7,99,42); }
td.TdClassName
{
border-color: #07632A;
}
.TagClassName
{
border-color: #07632A;
}
</style>