Shades of Crusoe #065B1A
Tints of Crusoe #065B1A
RGB
CMYK
RGB Variations
Color information
#065B1A (or 0x065B1A) is known color: Crusoe. HEX triplet: 06, 5B and 1A. RGB value is (6,91,26). Sum of RGB (Red+Green+Blue) = 6+91+26=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 91 (35.94% from 255 or 73.98% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 91 - color contains mainly: green. Hex color #065B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B1A is #F9A4E5. Grayscale: #3A3A3A. Windows color (decimal): -16360678 or 1727238. OLE color: 1727238.
HSL color Cylindrical-coordinate representation of color #065B1A: hue angle of 134.12º 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 #065B1A is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 91 | 26 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.64 |
| HSL | 134.12º | 0.88% | 0.19% | - |
| HSV(B) | 134.12º | 0.93% | 0.36% | - |
| XYZ | 4 | 7.6 | 2.23 | - |
| YUV | 58.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 26 | 0.93 | 0 | 0.71 | 0.64 | 134.12 | 0.88 | 0.19 |
| Hex | 6 | 5B | 1A | 5D | 0 | 47 | 40 | 86 | 58 | 13 |
| Octal | 6 | 133 | 32 | 135 | 0 | 107 | 100 | 206 | 130 | 23 |
| Binary | 110 | 1011011 | 11010 | 1011101 | 0 | 1000111 | 1000000 | 10000110 | 1011000 | 10011 |
Color Harmonies of #065B1A
Complementary color
Monochromatic Colors of #065B1A
Black with #065B1A
Text Example
Text Example
White with #065B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B1A; }
p { color: rgb(6,91,26); }
H1.HeaderClassName
{
color: #065B1A;
}
.AnyTagClassName
{
color: #065B1A;
}
</style>
background-color css
<style>
a { background-color: #065B1A; }
a { background-color: rgb(6,91,26); }
div.DivClassName
{
background-color: #065B1A;
}
.BgClassName
{
background-color: #065B1A;
}
</style>
border-color css
<style>
span { border-color: #065B1A; }
span { border-color: rgb(6,91,26); }
td.TdClassName
{
border-color: #065B1A;
}
.TagClassName
{
border-color: #065B1A;
}
</style>