Shades of Crusoe #076220
Tints of Crusoe #076220
RGB
CMYK
RGB Variations
Color information
#076220 (or 0x076220) is known color: Crusoe. HEX triplet: 07, 62 and 20. RGB value is (7,98,32). Sum of RGB (Red+Green+Blue) = 7+98+32=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #076220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076220 is #F89DDF. Grayscale: #3F3F3F. Windows color (decimal): -16293344 or 2122247. OLE color: 2122247.
HSL color Cylindrical-coordinate representation of color #076220: hue angle of 136.48º 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 #076220 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 32 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.62 |
| HSL | 136.48º | 0.87% | 0.21% | - |
| HSV(B) | 136.48º | 0.93% | 0.38% | - |
| XYZ | 4.72 | 8.88 | 2.83 | - |
| YUV | 63.27 | 110.35 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 32 | 0.93 | 0 | 0.67 | 0.62 | 136.48 | 0.87 | 0.21 |
| Hex | 7 | 62 | 20 | 5D | 0 | 43 | 3E | 88 | 57 | 15 |
| Octal | 7 | 142 | 40 | 135 | 0 | 103 | 76 | 210 | 127 | 25 |
| Binary | 111 | 1100010 | 100000 | 1011101 | 0 | 1000011 | 111110 | 10001000 | 1010111 | 10101 |
Color Harmonies of #076220
Complementary color
Monochromatic Colors of #076220
Black with #076220
Text Example
Text Example
White with #076220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076220; }
p { color: rgb(7,98,32); }
H1.HeaderClassName
{
color: #076220;
}
.AnyTagClassName
{
color: #076220;
}
</style>
background-color css
<style>
a { background-color: #076220; }
a { background-color: rgb(7,98,32); }
div.DivClassName
{
background-color: #076220;
}
.BgClassName
{
background-color: #076220;
}
</style>
border-color css
<style>
span { border-color: #076220; }
span { border-color: rgb(7,98,32); }
td.TdClassName
{
border-color: #076220;
}
.TagClassName
{
border-color: #076220;
}
</style>