Shades of Crusoe #00661B
Tints of Crusoe #00661B
RGB
CMYK
RGB Variations
Color information
#00661B (or 0x00661B) is known color: Crusoe. HEX triplet: 00, 66 and 1B. RGB value is (0,102,27). Sum of RGB (Red+Green+Blue) = 0+102+27=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #00661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00661B is #FF99E4. Grayscale: #3F3F3F. Windows color (decimal): -16751077 or 1795584. OLE color: 1795584.
HSL color Cylindrical-coordinate representation of color #00661B: hue angle of 135.88º 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 #00661B is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 27 | - |
| CMYK | 1 | 0 | 0.74 | 0.6 |
| HSL | 135.88º | 1% | 0.2% | - |
| HSV(B) | 135.88º | 1% | 0.4% | - |
| XYZ | 4.95 | 9.58 | 2.63 | - |
| YUV | 62.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 27 | 1 | 0 | 0.74 | 0.6 | 135.88 | 1 | 0.2 |
| Hex | 0 | 66 | 1B | 64 | 0 | 4A | 3C | 88 | 64 | 14 |
| Octal | 0 | 146 | 33 | 144 | 0 | 112 | 74 | 210 | 144 | 24 |
| Binary | 0 | 1100110 | 11011 | 1100100 | 0 | 1001010 | 111100 | 10001000 | 1100100 | 10100 |
Color Harmonies of #00661B
Complementary color
Monochromatic Colors of #00661B
Black with #00661B
Text Example
Text Example
White with #00661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00661B; }
p { color: rgb(0,102,27); }
H1.HeaderClassName
{
color: #00661B;
}
.AnyTagClassName
{
color: #00661B;
}
</style>
background-color css
<style>
a { background-color: #00661B; }
a { background-color: rgb(0,102,27); }
div.DivClassName
{
background-color: #00661B;
}
.BgClassName
{
background-color: #00661B;
}
</style>
border-color css
<style>
span { border-color: #00661B; }
span { border-color: rgb(0,102,27); }
td.TdClassName
{
border-color: #00661B;
}
.TagClassName
{
border-color: #00661B;
}
</style>