Shades of Crusoe #006217
Tints of Crusoe #006217
RGB
CMYK
RGB Variations
Color information
#006217 (or 0x006217) is known color: Crusoe. HEX triplet: 00, 62 and 17. RGB value is (0,98,23). Sum of RGB (Red+Green+Blue) = 0+98+23=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 98 (38.67% from 255 or 80.99% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 98 - color contains mainly: green. Hex color #006217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006217 is #FF9DE8. Grayscale: #3C3C3C. Windows color (decimal): -16752105 or 1532416. OLE color: 1532416.
HSL color Cylindrical-coordinate representation of color #006217: hue angle of 134.08º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006217 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 23 | - |
| CMYK | 1 | 0 | 0.77 | 0.62 |
| HSL | 134.08º | 1% | 0.19% | - |
| HSV(B) | 134.08º | 1% | 0.38% | - |
| XYZ | 4.52 | 8.8 | 2.27 | - |
| YUV | 60.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 23 | 1 | 0 | 0.77 | 0.62 | 134.08 | 1 | 0.19 |
| Hex | 0 | 62 | 17 | 64 | 0 | 4D | 3E | 86 | 64 | 13 |
| Octal | 0 | 142 | 27 | 144 | 0 | 115 | 76 | 206 | 144 | 23 |
| Binary | 0 | 1100010 | 10111 | 1100100 | 0 | 1001101 | 111110 | 10000110 | 1100100 | 10011 |
Color Harmonies of #006217
Complementary color
Monochromatic Colors of #006217
Black with #006217
Text Example
Text Example
White with #006217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006217; }
p { color: rgb(0,98,23); }
H1.HeaderClassName
{
color: #006217;
}
.AnyTagClassName
{
color: #006217;
}
</style>
background-color css
<style>
a { background-color: #006217; }
a { background-color: rgb(0,98,23); }
div.DivClassName
{
background-color: #006217;
}
.BgClassName
{
background-color: #006217;
}
</style>
border-color css
<style>
span { border-color: #006217; }
span { border-color: rgb(0,98,23); }
td.TdClassName
{
border-color: #006217;
}
.TagClassName
{
border-color: #006217;
}
</style>