Shades of Crusoe #065F20
Tints of Crusoe #065F20
RGB
CMYK
RGB Variations
Color information
#065F20 (or 0x065F20) is known color: Crusoe. HEX triplet: 06, 5F and 20. RGB value is (6,95,32). Sum of RGB (Red+Green+Blue) = 6+95+32=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 95 (37.5% from 255 or 71.43% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 95 - color contains mainly: green. Hex color #065F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065F20 is #F9A0DF. Grayscale: #3D3D3D. Windows color (decimal): -16359648 or 2121478. OLE color: 2121478.
HSL color Cylindrical-coordinate representation of color #065F20: hue angle of 137.53º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F20 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 95 | 32 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.63 |
| HSL | 137.53º | 0.88% | 0.2% | - |
| HSV(B) | 137.53º | 0.94% | 0.37% | - |
| XYZ | 4.43 | 8.33 | 2.74 | - |
| YUV | 61.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 32 | 0.94 | 0 | 0.66 | 0.63 | 137.53 | 0.88 | 0.2 |
| Hex | 6 | 5F | 20 | 5E | 0 | 42 | 3F | 8A | 58 | 14 |
| Octal | 6 | 137 | 40 | 136 | 0 | 102 | 77 | 212 | 130 | 24 |
| Binary | 110 | 1011111 | 100000 | 1011110 | 0 | 1000010 | 111111 | 10001010 | 1011000 | 10100 |
Color Harmonies of #065F20
Complementary color
Monochromatic Colors of #065F20
Black with #065F20
Text Example
Text Example
White with #065F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F20; }
p { color: rgb(6,95,32); }
H1.HeaderClassName
{
color: #065F20;
}
.AnyTagClassName
{
color: #065F20;
}
</style>
background-color css
<style>
a { background-color: #065F20; }
a { background-color: rgb(6,95,32); }
div.DivClassName
{
background-color: #065F20;
}
.BgClassName
{
background-color: #065F20;
}
</style>
border-color css
<style>
span { border-color: #065F20; }
span { border-color: rgb(6,95,32); }
td.TdClassName
{
border-color: #065F20;
}
.TagClassName
{
border-color: #065F20;
}
</style>