Shades of Crusoe #006216
Tints of Crusoe #006216
RGB
CMYK
RGB Variations
Color information
#006216 (or 0x006216) is known color: Crusoe. HEX triplet: 00, 62 and 16. RGB value is (0,98,22). Sum of RGB (Red+Green+Blue) = 0+98+22=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 98 (38.67% from 255 or 81.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 98 - color contains mainly: green. Hex color #006216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006216 is #FF9DE9. Grayscale: #3C3C3C. Windows color (decimal): -16752106 or 1466880. OLE color: 1466880.
HSL color Cylindrical-coordinate representation of color #006216: hue angle of 133.47º 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 #006216 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 22 | - |
| CMYK | 1 | 0 | 0.78 | 0.62 |
| HSL | 133.47º | 1% | 0.19% | - |
| HSV(B) | 133.47º | 1% | 0.38% | - |
| XYZ | 4.51 | 8.79 | 2.22 | - |
| YUV | 60.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 22 | 1 | 0 | 0.78 | 0.62 | 133.47 | 1 | 0.19 |
| Hex | 0 | 62 | 16 | 64 | 0 | 4E | 3E | 85 | 64 | 13 |
| Octal | 0 | 142 | 26 | 144 | 0 | 116 | 76 | 205 | 144 | 23 |
| Binary | 0 | 1100010 | 10110 | 1100100 | 0 | 1001110 | 111110 | 10000101 | 1100100 | 10011 |
Color Harmonies of #006216
Complementary color
Monochromatic Colors of #006216
Black with #006216
Text Example
Text Example
White with #006216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006216; }
p { color: rgb(0,98,22); }
H1.HeaderClassName
{
color: #006216;
}
.AnyTagClassName
{
color: #006216;
}
</style>
background-color css
<style>
a { background-color: #006216; }
a { background-color: rgb(0,98,22); }
div.DivClassName
{
background-color: #006216;
}
.BgClassName
{
background-color: #006216;
}
</style>
border-color css
<style>
span { border-color: #006216; }
span { border-color: rgb(0,98,22); }
td.TdClassName
{
border-color: #006216;
}
.TagClassName
{
border-color: #006216;
}
</style>