Shades of Crusoe #065B20
Tints of Crusoe #065B20
RGB
CMYK
RGB Variations
Color information
#065B20 (or 0x065B20) is known color: Crusoe. HEX triplet: 06, 5B and 20. RGB value is (6,91,32). Sum of RGB (Red+Green+Blue) = 6+91+32=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #065B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B20 is #F9A4DF. Grayscale: #3B3B3B. Windows color (decimal): -16360672 or 2120454. OLE color: 2120454.
HSL color Cylindrical-coordinate representation of color #065B20: hue angle of 138.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065B20 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 32 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.64 |
| HSL | 138.35º | 0.88% | 0.19% | - |
| HSV(B) | 138.35º | 0.93% | 0.36% | - |
| XYZ | 4.08 | 7.63 | 2.62 | - |
| YUV | 58.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 32 | 0.93 | 0 | 0.65 | 0.64 | 138.35 | 0.88 | 0.19 |
| Hex | 6 | 5B | 20 | 5D | 0 | 41 | 40 | 8A | 58 | 13 |
| Octal | 6 | 133 | 40 | 135 | 0 | 101 | 100 | 212 | 130 | 23 |
| Binary | 110 | 1011011 | 100000 | 1011101 | 0 | 1000001 | 1000000 | 10001010 | 1011000 | 10011 |
Color Harmonies of #065B20
Complementary color
Monochromatic Colors of #065B20
Black with #065B20
Text Example
Text Example
White with #065B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B20; }
p { color: rgb(6,91,32); }
H1.HeaderClassName
{
color: #065B20;
}
.AnyTagClassName
{
color: #065B20;
}
</style>
background-color css
<style>
a { background-color: #065B20; }
a { background-color: rgb(6,91,32); }
div.DivClassName
{
background-color: #065B20;
}
.BgClassName
{
background-color: #065B20;
}
</style>
border-color css
<style>
span { border-color: #065B20; }
span { border-color: rgb(6,91,32); }
td.TdClassName
{
border-color: #065B20;
}
.TagClassName
{
border-color: #065B20;
}
</style>