Shades of Crusoe #0A651B
Tints of Crusoe #0A651B
RGB
CMYK
RGB Variations
Color information
#0A651B (or 0x0A651B) is known color: Crusoe. HEX triplet: 0A, 65 and 1B. RGB value is (10,101,27). Sum of RGB (Red+Green+Blue) = 10+101+27=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #0A651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A651B is #F59AE4. Grayscale: #414141. Windows color (decimal): -16095973 or 1795338. OLE color: 1795338.
HSL color Cylindrical-coordinate representation of color #0A651B: hue angle of 131.21º 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 #0A651B is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 27 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.60 |
| HSL | 131.21º | 0.82% | 0.22% | - |
| HSV(B) | 131.21º | 0.9% | 0.4% | - |
| XYZ | 4.98 | 9.45 | 2.6 | - |
| YUV | 65.36 | 106.35 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 27 | 0.90 | 0 | 0.73 | 0.60 | 131.21 | 0.82 | 0.22 |
| Hex | A | 65 | 1B | 5A | 0 | 49 | 3C | 83 | 52 | 16 |
| Octal | 12 | 145 | 33 | 132 | 0 | 111 | 74 | 203 | 122 | 26 |
| Binary | 1010 | 1100101 | 11011 | 1011010 | 0 | 1001001 | 111100 | 10000011 | 1010010 | 10110 |
Color Harmonies of #0A651B
Complementary color
Monochromatic Colors of #0A651B
Black with #0A651B
Text Example
Text Example
White with #0A651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A651B; }
p { color: rgb(10,101,27); }
H1.HeaderClassName
{
color: #0A651B;
}
.AnyTagClassName
{
color: #0A651B;
}
</style>
background-color css
<style>
a { background-color: #0A651B; }
a { background-color: rgb(10,101,27); }
div.DivClassName
{
background-color: #0A651B;
}
.BgClassName
{
background-color: #0A651B;
}
</style>
border-color css
<style>
span { border-color: #0A651B; }
span { border-color: rgb(10,101,27); }
td.TdClassName
{
border-color: #0A651B;
}
.TagClassName
{
border-color: #0A651B;
}
</style>