Shades of Crusoe #006621
Tints of Crusoe #006621
RGB
CMYK
RGB Variations
Color information
#006621 (or 0x006621) is known color: Crusoe. HEX triplet: 00, 66 and 21. RGB value is (0,102,33). Sum of RGB (Red+Green+Blue) = 0+102+33=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #006621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006621 is #FF99DE. Grayscale: #3F3F3F. Windows color (decimal): -16751071 or 2188800. OLE color: 2188800.
HSL color Cylindrical-coordinate representation of color #006621: hue angle of 139.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006621 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 33 | - |
| CMYK | 1 | 0 | 0.68 | 0.6 |
| HSL | 139.41º | 1% | 0.2% | - |
| HSV(B) | 139.41º | 1% | 0.4% | - |
| XYZ | 5.03 | 9.61 | 3.03 | - |
| YUV | 63.64 | 110.71 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 33 | 1 | 0 | 0.68 | 0.6 | 139.41 | 1 | 0.2 |
| Hex | 0 | 66 | 21 | 64 | 0 | 44 | 3C | 8B | 64 | 14 |
| Octal | 0 | 146 | 41 | 144 | 0 | 104 | 74 | 213 | 144 | 24 |
| Binary | 0 | 1100110 | 100001 | 1100100 | 0 | 1000100 | 111100 | 10001011 | 1100100 | 10100 |
Color Harmonies of #006621
Complementary color
Monochromatic Colors of #006621
Black with #006621
Text Example
Text Example
White with #006621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006621; }
p { color: rgb(0,102,33); }
H1.HeaderClassName
{
color: #006621;
}
.AnyTagClassName
{
color: #006621;
}
</style>
background-color css
<style>
a { background-color: #006621; }
a { background-color: rgb(0,102,33); }
div.DivClassName
{
background-color: #006621;
}
.BgClassName
{
background-color: #006621;
}
</style>
border-color css
<style>
span { border-color: #006621; }
span { border-color: rgb(0,102,33); }
td.TdClassName
{
border-color: #006621;
}
.TagClassName
{
border-color: #006621;
}
</style>