Shades of Crusoe #066B1A
Tints of Crusoe #066B1A
RGB
CMYK
RGB Variations
Color information
#066B1A (or 0x066B1A) is known color: Crusoe. HEX triplet: 06, 6B and 1A. RGB value is (6,107,26). Sum of RGB (Red+Green+Blue) = 6+107+26=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 107 (42.19% from 255 or 76.98% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 107 - color contains mainly: green. Hex color #066B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066B1A is #F994E5. Grayscale: #434343. Windows color (decimal): -16356582 or 1731334. OLE color: 1731334.
HSL color Cylindrical-coordinate representation of color #066B1A: hue angle of 131.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B1A is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 26 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.58 |
| HSL | 131.88º | 0.89% | 0.22% | - |
| HSV(B) | 131.88º | 0.94% | 0.42% | - |
| XYZ | 5.52 | 10.63 | 2.74 | - |
| YUV | 67.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 26 | 0.94 | 0 | 0.76 | 0.58 | 131.88 | 0.89 | 0.22 |
| Hex | 6 | 6B | 1A | 5E | 0 | 4C | 3A | 84 | 59 | 16 |
| Octal | 6 | 153 | 32 | 136 | 0 | 114 | 72 | 204 | 131 | 26 |
| Binary | 110 | 1101011 | 11010 | 1011110 | 0 | 1001100 | 111010 | 10000100 | 1011001 | 10110 |
Color Harmonies of #066B1A
Complementary color
Monochromatic Colors of #066B1A
Black with #066B1A
Text Example
Text Example
White with #066B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B1A; }
p { color: rgb(6,107,26); }
H1.HeaderClassName
{
color: #066B1A;
}
.AnyTagClassName
{
color: #066B1A;
}
</style>
background-color css
<style>
a { background-color: #066B1A; }
a { background-color: rgb(6,107,26); }
div.DivClassName
{
background-color: #066B1A;
}
.BgClassName
{
background-color: #066B1A;
}
</style>
border-color css
<style>
span { border-color: #066B1A; }
span { border-color: rgb(6,107,26); }
td.TdClassName
{
border-color: #066B1A;
}
.TagClassName
{
border-color: #066B1A;
}
</style>