Shades of Crusoe #076221
Tints of Crusoe #076221
RGB
CMYK
RGB Variations
Color information
#076221 (or 0x076221) is known color: Crusoe. HEX triplet: 07, 62 and 21. RGB value is (7,98,33). Sum of RGB (Red+Green+Blue) = 7+98+33=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #076221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076221 is #F89DDE. Grayscale: #3F3F3F. Windows color (decimal): -16293343 or 2187783. OLE color: 2187783.
HSL color Cylindrical-coordinate representation of color #076221: hue angle of 137.14º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076221 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 33 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.62 |
| HSL | 137.14º | 0.87% | 0.21% | - |
| HSV(B) | 137.14º | 0.93% | 0.38% | - |
| XYZ | 4.73 | 8.89 | 2.91 | - |
| YUV | 63.38 | 110.85 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 33 | 0.93 | 0 | 0.66 | 0.62 | 137.14 | 0.87 | 0.21 |
| Hex | 7 | 62 | 21 | 5D | 0 | 42 | 3E | 89 | 57 | 15 |
| Octal | 7 | 142 | 41 | 135 | 0 | 102 | 76 | 211 | 127 | 25 |
| Binary | 111 | 1100010 | 100001 | 1011101 | 0 | 1000010 | 111110 | 10001001 | 1010111 | 10101 |
Color Harmonies of #076221
Complementary color
Monochromatic Colors of #076221
Black with #076221
Text Example
Text Example
White with #076221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076221; }
p { color: rgb(7,98,33); }
H1.HeaderClassName
{
color: #076221;
}
.AnyTagClassName
{
color: #076221;
}
</style>
background-color css
<style>
a { background-color: #076221; }
a { background-color: rgb(7,98,33); }
div.DivClassName
{
background-color: #076221;
}
.BgClassName
{
background-color: #076221;
}
</style>
border-color css
<style>
span { border-color: #076221; }
span { border-color: rgb(7,98,33); }
td.TdClassName
{
border-color: #076221;
}
.TagClassName
{
border-color: #076221;
}
</style>