Shades of Crusoe #0A651E
Tints of Crusoe #0A651E
RGB
CMYK
RGB Variations
Color information
#0A651E (or 0x0A651E) is known color: Crusoe. HEX triplet: 0A, 65 and 1E. RGB value is (10,101,30). Sum of RGB (Red+Green+Blue) = 10+101+30=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #0A651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A651E is #F59AE1. Grayscale: #414141. Windows color (decimal): -16095970 or 1991946. OLE color: 1991946.
HSL color Cylindrical-coordinate representation of color #0A651E: hue angle of 133.19º 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 #0A651E is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 30 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.60 |
| HSL | 133.19º | 0.82% | 0.22% | - |
| HSV(B) | 133.19º | 0.9% | 0.4% | - |
| XYZ | 5.01 | 9.47 | 2.79 | - |
| YUV | 65.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 30 | 0.90 | 0 | 0.70 | 0.60 | 133.19 | 0.82 | 0.22 |
| Hex | A | 65 | 1E | 5A | 0 | 46 | 3C | 85 | 52 | 16 |
| Octal | 12 | 145 | 36 | 132 | 0 | 106 | 74 | 205 | 122 | 26 |
| Binary | 1010 | 1100101 | 11110 | 1011010 | 0 | 1000110 | 111100 | 10000101 | 1010010 | 10110 |
Color Harmonies of #0A651E
Complementary color
Monochromatic Colors of #0A651E
Black with #0A651E
Text Example
Text Example
White with #0A651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A651E; }
p { color: rgb(10,101,30); }
H1.HeaderClassName
{
color: #0A651E;
}
.AnyTagClassName
{
color: #0A651E;
}
</style>
background-color css
<style>
a { background-color: #0A651E; }
a { background-color: rgb(10,101,30); }
div.DivClassName
{
background-color: #0A651E;
}
.BgClassName
{
background-color: #0A651E;
}
</style>
border-color css
<style>
span { border-color: #0A651E; }
span { border-color: rgb(10,101,30); }
td.TdClassName
{
border-color: #0A651E;
}
.TagClassName
{
border-color: #0A651E;
}
</style>