Shades of Crusoe #006829
Tints of Crusoe #006829
RGB
CMYK
RGB Variations
Color information
#006829 (or 0x006829) is known color: Crusoe. HEX triplet: 00, 68 and 29. RGB value is (0,104,41). Sum of RGB (Red+Green+Blue) = 0+104+41=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #006829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006829 is #FF97D6. Grayscale: #414141. Windows color (decimal): -16750551 or 2713600. OLE color: 2713600.
HSL color Cylindrical-coordinate representation of color #006829: hue angle of 143.65º 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 #006829 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 41 | - |
| CMYK | 1 | 0 | 0.61 | 0.59 |
| HSL | 143.65º | 1% | 0.2% | - |
| HSV(B) | 143.65º | 1% | 0.41% | - |
| XYZ | 5.35 | 10.06 | 3.76 | - |
| YUV | 65.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 41 | 1 | 0 | 0.61 | 0.59 | 143.65 | 1 | 0.2 |
| Hex | 0 | 68 | 29 | 64 | 0 | 3D | 3B | 90 | 64 | 14 |
| Octal | 0 | 150 | 51 | 144 | 0 | 75 | 73 | 220 | 144 | 24 |
| Binary | 0 | 1101000 | 101001 | 1100100 | 0 | 111101 | 111011 | 10010000 | 1100100 | 10100 |
Color Harmonies of #006829
Complementary color
Monochromatic Colors of #006829
Black with #006829
Text Example
Text Example
White with #006829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006829; }
p { color: rgb(0,104,41); }
H1.HeaderClassName
{
color: #006829;
}
.AnyTagClassName
{
color: #006829;
}
</style>
background-color css
<style>
a { background-color: #006829; }
a { background-color: rgb(0,104,41); }
div.DivClassName
{
background-color: #006829;
}
.BgClassName
{
background-color: #006829;
}
</style>
border-color css
<style>
span { border-color: #006829; }
span { border-color: rgb(0,104,41); }
td.TdClassName
{
border-color: #006829;
}
.TagClassName
{
border-color: #006829;
}
</style>