Shades of Crusoe #00691F
Tints of Crusoe #00691F
RGB
CMYK
RGB Variations
Color information
#00691F (or 0x00691F) is known color: Crusoe. HEX triplet: 00, 69 and 1F. RGB value is (0,105,31). Sum of RGB (Red+Green+Blue) = 0+105+31=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 105 (41.41% from 255 or 77.21% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 105 - color contains mainly: green. Hex color #00691F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00691F is #FF96E0. Grayscale: #414141. Windows color (decimal): -16750305 or 2058496. OLE color: 2058496.
HSL color Cylindrical-coordinate representation of color #00691F: hue angle of 137.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00691F is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 31 | - |
| CMYK | 1 | 0 | 0.70 | 0.59 |
| HSL | 137.71º | 1% | 0.21% | - |
| HSV(B) | 137.71º | 1% | 0.41% | - |
| XYZ | 5.3 | 10.2 | 2.99 | - |
| YUV | 65.17 | 108.71 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 31 | 1 | 0 | 0.70 | 0.59 | 137.71 | 1 | 0.21 |
| Hex | 0 | 69 | 1F | 64 | 0 | 46 | 3B | 8A | 64 | 15 |
| Octal | 0 | 151 | 37 | 144 | 0 | 106 | 73 | 212 | 144 | 25 |
| Binary | 0 | 1101001 | 11111 | 1100100 | 0 | 1000110 | 111011 | 10001010 | 1100100 | 10101 |
Color Harmonies of #00691F
Complementary color
Monochromatic Colors of #00691F
Black with #00691F
Text Example
Text Example
White with #00691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00691F; }
p { color: rgb(0,105,31); }
H1.HeaderClassName
{
color: #00691F;
}
.AnyTagClassName
{
color: #00691F;
}
</style>
background-color css
<style>
a { background-color: #00691F; }
a { background-color: rgb(0,105,31); }
div.DivClassName
{
background-color: #00691F;
}
.BgClassName
{
background-color: #00691F;
}
</style>
border-color css
<style>
span { border-color: #00691F; }
span { border-color: rgb(0,105,31); }
td.TdClassName
{
border-color: #00691F;
}
.TagClassName
{
border-color: #00691F;
}
</style>