Shades of Crusoe #0A661F
Tints of Crusoe #0A661F
RGB
CMYK
RGB Variations
Color information
#0A661F (or 0x0A661F) is known color: Crusoe. HEX triplet: 0A, 66 and 1F. RGB value is (10,102,31). Sum of RGB (Red+Green+Blue) = 10+102+31=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #0A661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A661F is #F599E0. Grayscale: #424242. Windows color (decimal): -16095713 or 2057738. OLE color: 2057738.
HSL color Cylindrical-coordinate representation of color #0A661F: hue angle of 133.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A661F is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 102 | 31 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.6 |
| HSL | 133.7º | 0.82% | 0.22% | - |
| HSV(B) | 133.7º | 0.9% | 0.4% | - |
| XYZ | 5.12 | 9.67 | 2.89 | - |
| YUV | 66.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 31 | 0.90 | 0 | 0.70 | 0.6 | 133.7 | 0.82 | 0.22 |
| Hex | A | 66 | 1F | 5A | 0 | 46 | 3C | 86 | 52 | 16 |
| Octal | 12 | 146 | 37 | 132 | 0 | 106 | 74 | 206 | 122 | 26 |
| Binary | 1010 | 1100110 | 11111 | 1011010 | 0 | 1000110 | 111100 | 10000110 | 1010010 | 10110 |
Color Harmonies of #0A661F
Complementary color
Monochromatic Colors of #0A661F
Black with #0A661F
Text Example
Text Example
White with #0A661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A661F; }
p { color: rgb(10,102,31); }
H1.HeaderClassName
{
color: #0A661F;
}
.AnyTagClassName
{
color: #0A661F;
}
</style>
background-color css
<style>
a { background-color: #0A661F; }
a { background-color: rgb(10,102,31); }
div.DivClassName
{
background-color: #0A661F;
}
.BgClassName
{
background-color: #0A661F;
}
</style>
border-color css
<style>
span { border-color: #0A661F; }
span { border-color: rgb(10,102,31); }
td.TdClassName
{
border-color: #0A661F;
}
.TagClassName
{
border-color: #0A661F;
}
</style>