Shades of Crusoe #12681F
Tints of Crusoe #12681F
RGB
CMYK
RGB Variations
Color information
#12681F (or 0x12681F) is known color: Crusoe. HEX triplet: 12, 68 and 1F. RGB value is (18,104,31). Sum of RGB (Red+Green+Blue) = 18+104+31=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #12681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12681F is #ED97E0. Grayscale: #464646. Windows color (decimal): -15570913 or 2058258. OLE color: 2058258.
HSL color Cylindrical-coordinate representation of color #12681F: hue angle of 129.07º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12681F is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 31 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.59 |
| HSL | 129.07º | 0.7% | 0.24% | - |
| HSV(B) | 129.07º | 0.83% | 0.41% | - |
| XYZ | 5.45 | 10.13 | 2.96 | - |
| YUV | 69.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 31 | 0.83 | 0 | 0.70 | 0.59 | 129.07 | 0.7 | 0.24 |
| Hex | 12 | 68 | 1F | 53 | 0 | 46 | 3B | 81 | 46 | 18 |
| Octal | 22 | 150 | 37 | 123 | 0 | 106 | 73 | 201 | 106 | 30 |
| Binary | 10010 | 1101000 | 11111 | 1010011 | 0 | 1000110 | 111011 | 10000001 | 1000110 | 11000 |
Color Harmonies of #12681F
Complementary color
Monochromatic Colors of #12681F
Black with #12681F
Text Example
Text Example
White with #12681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12681F; }
p { color: rgb(18,104,31); }
H1.HeaderClassName
{
color: #12681F;
}
.AnyTagClassName
{
color: #12681F;
}
</style>
background-color css
<style>
a { background-color: #12681F; }
a { background-color: rgb(18,104,31); }
div.DivClassName
{
background-color: #12681F;
}
.BgClassName
{
background-color: #12681F;
}
</style>
border-color css
<style>
span { border-color: #12681F; }
span { border-color: rgb(18,104,31); }
td.TdClassName
{
border-color: #12681F;
}
.TagClassName
{
border-color: #12681F;
}
</style>