Shades of Crusoe #12661E
Tints of Crusoe #12661E
RGB
CMYK
RGB Variations
Color information
#12661E (or 0x12661E) is known color: Crusoe. HEX triplet: 12, 66 and 1E. RGB value is (18,102,30). Sum of RGB (Red+Green+Blue) = 18+102+30=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #12661E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12661E is #ED99E1. Grayscale: #444444. Windows color (decimal): -15571426 or 1992210. OLE color: 1992210.
HSL color Cylindrical-coordinate representation of color #12661E: hue angle of 128.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12661E is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 30 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.6 |
| HSL | 128.57º | 0.7% | 0.24% | - |
| HSV(B) | 128.57º | 0.82% | 0.4% | - |
| XYZ | 5.24 | 9.73 | 2.83 | - |
| YUV | 68.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 30 | 0.82 | 0 | 0.71 | 0.6 | 128.57 | 0.7 | 0.24 |
| Hex | 12 | 66 | 1E | 52 | 0 | 47 | 3C | 81 | 46 | 18 |
| Octal | 22 | 146 | 36 | 122 | 0 | 107 | 74 | 201 | 106 | 30 |
| Binary | 10010 | 1100110 | 11110 | 1010010 | 0 | 1000111 | 111100 | 10000001 | 1000110 | 11000 |
Color Harmonies of #12661E
Complementary color
Monochromatic Colors of #12661E
Black with #12661E
Text Example
Text Example
White with #12661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12661E; }
p { color: rgb(18,102,30); }
H1.HeaderClassName
{
color: #12661E;
}
.AnyTagClassName
{
color: #12661E;
}
</style>
background-color css
<style>
a { background-color: #12661E; }
a { background-color: rgb(18,102,30); }
div.DivClassName
{
background-color: #12661E;
}
.BgClassName
{
background-color: #12661E;
}
</style>
border-color css
<style>
span { border-color: #12661E; }
span { border-color: rgb(18,102,30); }
td.TdClassName
{
border-color: #12661E;
}
.TagClassName
{
border-color: #12661E;
}
</style>