Shades of Crusoe #065B16
Tints of Crusoe #065B16
RGB
CMYK
RGB Variations
Color information
#065B16 (or 0x065B16) is known color: Crusoe. HEX triplet: 06, 5B and 16. RGB value is (6,91,22). Sum of RGB (Red+Green+Blue) = 6+91+22=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 91 (35.94% from 255 or 76.47% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 91 - color contains mainly: green. Hex color #065B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065B16 is #F9A4E9. Grayscale: #393939. Windows color (decimal): -16360682 or 1465094. OLE color: 1465094.
HSL color Cylindrical-coordinate representation of color #065B16: hue angle of 131.29º 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 #065B16 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 22 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.64 |
| HSL | 131.29º | 0.88% | 0.19% | - |
| HSV(B) | 131.29º | 0.93% | 0.36% | - |
| XYZ | 3.96 | 7.58 | 2.01 | - |
| YUV | 57.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 22 | 0.93 | 0 | 0.76 | 0.64 | 131.29 | 0.88 | 0.19 |
| Hex | 6 | 5B | 16 | 5D | 0 | 4C | 40 | 83 | 58 | 13 |
| Octal | 6 | 133 | 26 | 135 | 0 | 114 | 100 | 203 | 130 | 23 |
| Binary | 110 | 1011011 | 10110 | 1011101 | 0 | 1001100 | 1000000 | 10000011 | 1011000 | 10011 |
Color Harmonies of #065B16
Complementary color
Monochromatic Colors of #065B16
Black with #065B16
Text Example
Text Example
White with #065B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B16; }
p { color: rgb(6,91,22); }
H1.HeaderClassName
{
color: #065B16;
}
.AnyTagClassName
{
color: #065B16;
}
</style>
background-color css
<style>
a { background-color: #065B16; }
a { background-color: rgb(6,91,22); }
div.DivClassName
{
background-color: #065B16;
}
.BgClassName
{
background-color: #065B16;
}
</style>
border-color css
<style>
span { border-color: #065B16; }
span { border-color: rgb(6,91,22); }
td.TdClassName
{
border-color: #065B16;
}
.TagClassName
{
border-color: #065B16;
}
</style>