Shades of Crusoe #076332
Tints of Crusoe #076332
RGB
CMYK
RGB Variations
Color information
#076332 (or 0x076332) is known color: Crusoe. HEX triplet: 07, 63 and 32. RGB value is (7,99,50). Sum of RGB (Red+Green+Blue) = 7+99+50=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #076332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076332 is #F89CCD. Grayscale: #424242. Windows color (decimal): -16293070 or 3302151. OLE color: 3302151.
HSL color Cylindrical-coordinate representation of color #076332: hue angle of 148.04º 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 #076332 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 50 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.61 |
| HSL | 148.04º | 0.87% | 0.21% | - |
| HSV(B) | 148.04º | 0.93% | 0.39% | - |
| XYZ | 5.13 | 9.2 | 4.52 | - |
| YUV | 65.91 | 119.02 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 50 | 0.93 | 0 | 0.49 | 0.61 | 148.04 | 0.87 | 0.21 |
| Hex | 7 | 63 | 32 | 5D | 0 | 31 | 3D | 94 | 57 | 15 |
| Octal | 7 | 143 | 62 | 135 | 0 | 61 | 75 | 224 | 127 | 25 |
| Binary | 111 | 1100011 | 110010 | 1011101 | 0 | 110001 | 111101 | 10010100 | 1010111 | 10101 |
Color Harmonies of #076332
Complementary color
Monochromatic Colors of #076332
Black with #076332
Text Example
Text Example
White with #076332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076332; }
p { color: rgb(7,99,50); }
H1.HeaderClassName
{
color: #076332;
}
.AnyTagClassName
{
color: #076332;
}
</style>
background-color css
<style>
a { background-color: #076332; }
a { background-color: rgb(7,99,50); }
div.DivClassName
{
background-color: #076332;
}
.BgClassName
{
background-color: #076332;
}
</style>
border-color css
<style>
span { border-color: #076332; }
span { border-color: rgb(7,99,50); }
td.TdClassName
{
border-color: #076332;
}
.TagClassName
{
border-color: #076332;
}
</style>