Shades of Crusoe #006820
Tints of Crusoe #006820
RGB
CMYK
RGB Variations
Color information
#006820 (or 0x006820) is known color: Crusoe. HEX triplet: 00, 68 and 20. RGB value is (0,104,32). Sum of RGB (Red+Green+Blue) = 0+104+32=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #006820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006820 is #FF97DF. Grayscale: #404040. Windows color (decimal): -16750560 or 2123776. OLE color: 2123776.
HSL color Cylindrical-coordinate representation of color #006820: hue angle of 138.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006820 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 32 | - |
| CMYK | 1 | 0 | 0.69 | 0.59 |
| HSL | 138.46º | 1% | 0.2% | - |
| HSV(B) | 138.46º | 1% | 0.41% | - |
| XYZ | 5.21 | 10 | 3.02 | - |
| YUV | 64.7 | 109.54 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 32 | 1 | 0 | 0.69 | 0.59 | 138.46 | 1 | 0.2 |
| Hex | 0 | 68 | 20 | 64 | 0 | 45 | 3B | 8A | 64 | 14 |
| Octal | 0 | 150 | 40 | 144 | 0 | 105 | 73 | 212 | 144 | 24 |
| Binary | 0 | 1101000 | 100000 | 1100100 | 0 | 1000101 | 111011 | 10001010 | 1100100 | 10100 |
Color Harmonies of #006820
Complementary color
Monochromatic Colors of #006820
Black with #006820
Text Example
Text Example
White with #006820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006820; }
p { color: rgb(0,104,32); }
H1.HeaderClassName
{
color: #006820;
}
.AnyTagClassName
{
color: #006820;
}
</style>
background-color css
<style>
a { background-color: #006820; }
a { background-color: rgb(0,104,32); }
div.DivClassName
{
background-color: #006820;
}
.BgClassName
{
background-color: #006820;
}
</style>
border-color css
<style>
span { border-color: #006820; }
span { border-color: rgb(0,104,32); }
td.TdClassName
{
border-color: #006820;
}
.TagClassName
{
border-color: #006820;
}
</style>