Shades of Crusoe #006718
Tints of Crusoe #006718
RGB
CMYK
RGB Variations
Color information
#006718 (or 0x006718) is known color: Crusoe. HEX triplet: 00, 67 and 18. RGB value is (0,103,24). Sum of RGB (Red+Green+Blue) = 0+103+24=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 103 (40.62% from 255 or 81.10% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 103 - color contains mainly: green. Hex color #006718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006718 is #FF98E7. Grayscale: #3F3F3F. Windows color (decimal): -16750824 or 1599232. OLE color: 1599232.
HSL color Cylindrical-coordinate representation of color #006718: hue angle of 133.98º 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 #006718 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 24 | - |
| CMYK | 1 | 0 | 0.77 | 0.60 |
| HSL | 133.98º | 1% | 0.2% | - |
| HSV(B) | 133.98º | 1% | 0.4% | - |
| XYZ | 5.02 | 9.77 | 2.48 | - |
| YUV | 63.2 | 105.88 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 24 | 1 | 0 | 0.77 | 0.60 | 133.98 | 1 | 0.2 |
| Hex | 0 | 67 | 18 | 64 | 0 | 4D | 3C | 86 | 64 | 14 |
| Octal | 0 | 147 | 30 | 144 | 0 | 115 | 74 | 206 | 144 | 24 |
| Binary | 0 | 1100111 | 11000 | 1100100 | 0 | 1001101 | 111100 | 10000110 | 1100100 | 10100 |
Color Harmonies of #006718
Complementary color
Monochromatic Colors of #006718
Black with #006718
Text Example
Text Example
White with #006718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006718; }
p { color: rgb(0,103,24); }
H1.HeaderClassName
{
color: #006718;
}
.AnyTagClassName
{
color: #006718;
}
</style>
background-color css
<style>
a { background-color: #006718; }
a { background-color: rgb(0,103,24); }
div.DivClassName
{
background-color: #006718;
}
.BgClassName
{
background-color: #006718;
}
</style>
border-color css
<style>
span { border-color: #006718; }
span { border-color: rgb(0,103,24); }
td.TdClassName
{
border-color: #006718;
}
.TagClassName
{
border-color: #006718;
}
</style>