Shades of Crusoe #065919
Tints of Crusoe #065919
RGB
CMYK
RGB Variations
Color information
#065919 (or 0x065919) is known color: Crusoe. HEX triplet: 06, 59 and 19. RGB value is (6,89,25). Sum of RGB (Red+Green+Blue) = 6+89+25=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #065919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065919 is #F9A6E6. Grayscale: #393939. Windows color (decimal): -16361191 or 1661190. OLE color: 1661190.
HSL color Cylindrical-coordinate representation of color #065919: hue angle of 133.73º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065919 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 89 | 25 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.65 |
| HSL | 133.73º | 0.87% | 0.19% | - |
| HSV(B) | 133.73º | 0.93% | 0.35% | - |
| XYZ | 3.82 | 7.25 | 2.12 | - |
| YUV | 56.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 25 | 0.93 | 0 | 0.72 | 0.65 | 133.73 | 0.87 | 0.19 |
| Hex | 6 | 59 | 19 | 5D | 0 | 48 | 41 | 86 | 57 | 13 |
| Octal | 6 | 131 | 31 | 135 | 0 | 110 | 101 | 206 | 127 | 23 |
| Binary | 110 | 1011001 | 11001 | 1011101 | 0 | 1001000 | 1000001 | 10000110 | 1010111 | 10011 |
Color Harmonies of #065919
Complementary color
Monochromatic Colors of #065919
Black with #065919
Text Example
Text Example
White with #065919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065919; }
p { color: rgb(6,89,25); }
H1.HeaderClassName
{
color: #065919;
}
.AnyTagClassName
{
color: #065919;
}
</style>
background-color css
<style>
a { background-color: #065919; }
a { background-color: rgb(6,89,25); }
div.DivClassName
{
background-color: #065919;
}
.BgClassName
{
background-color: #065919;
}
</style>
border-color css
<style>
span { border-color: #065919; }
span { border-color: rgb(6,89,25); }
td.TdClassName
{
border-color: #065919;
}
.TagClassName
{
border-color: #065919;
}
</style>