Shades of Crusoe #066919
Tints of Crusoe #066919
RGB
CMYK
RGB Variations
Color information
#066919 (or 0x066919) is known color: Crusoe. HEX triplet: 06, 69 and 19. RGB value is (6,105,25). Sum of RGB (Red+Green+Blue) = 6+105+25=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 105 (41.41% from 255 or 77.21% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 105 - color contains mainly: green. Hex color #066919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066919 is #F996E6. Grayscale: #424242. Windows color (decimal): -16357095 or 1665286. OLE color: 1665286.
HSL color Cylindrical-coordinate representation of color #066919: hue angle of 131.52º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066919 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 25 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.59 |
| HSL | 131.52º | 0.89% | 0.22% | - |
| HSV(B) | 131.52º | 0.94% | 0.41% | - |
| XYZ | 5.3 | 10.21 | 2.61 | - |
| YUV | 66.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 25 | 0.94 | 0 | 0.76 | 0.59 | 131.52 | 0.89 | 0.22 |
| Hex | 6 | 69 | 19 | 5E | 0 | 4C | 3B | 84 | 59 | 16 |
| Octal | 6 | 151 | 31 | 136 | 0 | 114 | 73 | 204 | 131 | 26 |
| Binary | 110 | 1101001 | 11001 | 1011110 | 0 | 1001100 | 111011 | 10000100 | 1011001 | 10110 |
Color Harmonies of #066919
Complementary color
Monochromatic Colors of #066919
Black with #066919
Text Example
Text Example
White with #066919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066919; }
p { color: rgb(6,105,25); }
H1.HeaderClassName
{
color: #066919;
}
.AnyTagClassName
{
color: #066919;
}
</style>
background-color css
<style>
a { background-color: #066919; }
a { background-color: rgb(6,105,25); }
div.DivClassName
{
background-color: #066919;
}
.BgClassName
{
background-color: #066919;
}
</style>
border-color css
<style>
span { border-color: #066919; }
span { border-color: rgb(6,105,25); }
td.TdClassName
{
border-color: #066919;
}
.TagClassName
{
border-color: #066919;
}
</style>