Shades of Crusoe #00681D
Tints of Crusoe #00681D
RGB
CMYK
RGB Variations
Color information
#00681D (or 0x00681D) is known color: Crusoe. HEX triplet: 00, 68 and 1D. RGB value is (0,104,29). Sum of RGB (Red+Green+Blue) = 0+104+29=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #00681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00681D is #FF97E2. Grayscale: #404040. Windows color (decimal): -16750563 or 1927168. OLE color: 1927168.
HSL color Cylindrical-coordinate representation of color #00681D: hue angle of 136.73º 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 #00681D is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 29 | - |
| CMYK | 1 | 0 | 0.72 | 0.59 |
| HSL | 136.73º | 1% | 0.2% | - |
| HSV(B) | 136.73º | 1% | 0.41% | - |
| XYZ | 5.17 | 9.99 | 2.82 | - |
| YUV | 64.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 29 | 1 | 0 | 0.72 | 0.59 | 136.73 | 1 | 0.2 |
| Hex | 0 | 68 | 1D | 64 | 0 | 48 | 3B | 89 | 64 | 14 |
| Octal | 0 | 150 | 35 | 144 | 0 | 110 | 73 | 211 | 144 | 24 |
| Binary | 0 | 1101000 | 11101 | 1100100 | 0 | 1001000 | 111011 | 10001001 | 1100100 | 10100 |
Color Harmonies of #00681D
Complementary color
Monochromatic Colors of #00681D
Black with #00681D
Text Example
Text Example
White with #00681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00681D; }
p { color: rgb(0,104,29); }
H1.HeaderClassName
{
color: #00681D;
}
.AnyTagClassName
{
color: #00681D;
}
</style>
background-color css
<style>
a { background-color: #00681D; }
a { background-color: rgb(0,104,29); }
div.DivClassName
{
background-color: #00681D;
}
.BgClassName
{
background-color: #00681D;
}
</style>
border-color css
<style>
span { border-color: #00681D; }
span { border-color: rgb(0,104,29); }
td.TdClassName
{
border-color: #00681D;
}
.TagClassName
{
border-color: #00681D;
}
</style>