Shades of Crusoe #00661F
Tints of Crusoe #00661F
RGB
CMYK
RGB Variations
Color information
#00661F (or 0x00661F) is known color: Crusoe. HEX triplet: 00, 66 and 1F. RGB value is (0,102,31). Sum of RGB (Red+Green+Blue) = 0+102+31=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #00661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00661F is #FF99E0. Grayscale: #3F3F3F. Windows color (decimal): -16751073 or 2057728. OLE color: 2057728.
HSL color Cylindrical-coordinate representation of color #00661F: hue angle of 138.24º 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 #00661F is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 31 | - |
| CMYK | 1 | 0 | 0.70 | 0.6 |
| HSL | 138.24º | 1% | 0.2% | - |
| HSV(B) | 138.24º | 1% | 0.4% | - |
| XYZ | 5 | 9.6 | 2.89 | - |
| YUV | 63.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 31 | 1 | 0 | 0.70 | 0.6 | 138.24 | 1 | 0.2 |
| Hex | 0 | 66 | 1F | 64 | 0 | 46 | 3C | 8A | 64 | 14 |
| Octal | 0 | 146 | 37 | 144 | 0 | 106 | 74 | 212 | 144 | 24 |
| Binary | 0 | 1100110 | 11111 | 1100100 | 0 | 1000110 | 111100 | 10001010 | 1100100 | 10100 |
Color Harmonies of #00661F
Complementary color
Monochromatic Colors of #00661F
Black with #00661F
Text Example
Text Example
White with #00661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00661F; }
p { color: rgb(0,102,31); }
H1.HeaderClassName
{
color: #00661F;
}
.AnyTagClassName
{
color: #00661F;
}
</style>
background-color css
<style>
a { background-color: #00661F; }
a { background-color: rgb(0,102,31); }
div.DivClassName
{
background-color: #00661F;
}
.BgClassName
{
background-color: #00661F;
}
</style>
border-color css
<style>
span { border-color: #00661F; }
span { border-color: rgb(0,102,31); }
td.TdClassName
{
border-color: #00661F;
}
.TagClassName
{
border-color: #00661F;
}
</style>