Shades of Crusoe #0E661B
Tints of Crusoe #0E661B
RGB
CMYK
RGB Variations
Color information
#0E661B (or 0x0E661B) is known color: Crusoe. HEX triplet: 0E, 66 and 1B. RGB value is (14,102,27). Sum of RGB (Red+Green+Blue) = 14+102+27=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #0E661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E661B is #F199E4. Grayscale: #434343. Windows color (decimal): -15833573 or 1795598. OLE color: 1795598.
HSL color Cylindrical-coordinate representation of color #0E661B: hue angle of 128.86º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E661B is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 27 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.6 |
| HSL | 128.86º | 0.76% | 0.23% | - |
| HSV(B) | 128.86º | 0.86% | 0.4% | - |
| XYZ | 5.13 | 9.68 | 2.63 | - |
| YUV | 67.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 27 | 0.86 | 0 | 0.74 | 0.6 | 128.86 | 0.76 | 0.23 |
| Hex | E | 66 | 1B | 56 | 0 | 4A | 3C | 81 | 4C | 17 |
| Octal | 16 | 146 | 33 | 126 | 0 | 112 | 74 | 201 | 114 | 27 |
| Binary | 1110 | 1100110 | 11011 | 1010110 | 0 | 1001010 | 111100 | 10000001 | 1001100 | 10111 |
Color Harmonies of #0E661B
Complementary color
Monochromatic Colors of #0E661B
Black with #0E661B
Text Example
Text Example
White with #0E661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E661B; }
p { color: rgb(14,102,27); }
H1.HeaderClassName
{
color: #0E661B;
}
.AnyTagClassName
{
color: #0E661B;
}
</style>
background-color css
<style>
a { background-color: #0E661B; }
a { background-color: rgb(14,102,27); }
div.DivClassName
{
background-color: #0E661B;
}
.BgClassName
{
background-color: #0E661B;
}
</style>
border-color css
<style>
span { border-color: #0E661B; }
span { border-color: rgb(14,102,27); }
td.TdClassName
{
border-color: #0E661B;
}
.TagClassName
{
border-color: #0E661B;
}
</style>