Shades of Crusoe #0A681B
Tints of Crusoe #0A681B
RGB
CMYK
RGB Variations
Color information
#0A681B (or 0x0A681B) is known color: Crusoe. HEX triplet: 0A, 68 and 1B. RGB value is (10,104,27). Sum of RGB (Red+Green+Blue) = 10+104+27=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #0A681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A681B is #F597E4. Grayscale: #434343. Windows color (decimal): -16095205 or 1796106. OLE color: 1796106.
HSL color Cylindrical-coordinate representation of color #0A681B: hue angle of 130.85º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A681B is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 27 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.59 |
| HSL | 130.85º | 0.82% | 0.22% | - |
| HSV(B) | 130.85º | 0.9% | 0.41% | - |
| XYZ | 5.27 | 10.04 | 2.7 | - |
| YUV | 67.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 27 | 0.90 | 0 | 0.74 | 0.59 | 130.85 | 0.82 | 0.22 |
| Hex | A | 68 | 1B | 5A | 0 | 4A | 3B | 83 | 52 | 16 |
| Octal | 12 | 150 | 33 | 132 | 0 | 112 | 73 | 203 | 122 | 26 |
| Binary | 1010 | 1101000 | 11011 | 1011010 | 0 | 1001010 | 111011 | 10000011 | 1010010 | 10110 |
Color Harmonies of #0A681B
Complementary color
Monochromatic Colors of #0A681B
Black with #0A681B
Text Example
Text Example
White with #0A681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A681B; }
p { color: rgb(10,104,27); }
H1.HeaderClassName
{
color: #0A681B;
}
.AnyTagClassName
{
color: #0A681B;
}
</style>
background-color css
<style>
a { background-color: #0A681B; }
a { background-color: rgb(10,104,27); }
div.DivClassName
{
background-color: #0A681B;
}
.BgClassName
{
background-color: #0A681B;
}
</style>
border-color css
<style>
span { border-color: #0A681B; }
span { border-color: rgb(10,104,27); }
td.TdClassName
{
border-color: #0A681B;
}
.TagClassName
{
border-color: #0A681B;
}
</style>