Shades of Crusoe #065A1B
Tints of Crusoe #065A1B
RGB
CMYK
RGB Variations
Color information
#065A1B (or 0x065A1B) is known color: Crusoe. HEX triplet: 06, 5A and 1B. RGB value is (6,90,27). Sum of RGB (Red+Green+Blue) = 6+90+27=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 90 (35.55% from 255 or 73.17% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 90 - color contains mainly: green. Hex color #065A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A1B is #F9A5E4. Grayscale: #393939. Windows color (decimal): -16360933 or 1792518. OLE color: 1792518.
HSL color Cylindrical-coordinate representation of color #065A1B: hue angle of 135º degrees, saturation: 0.88, 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 #065A1B is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 27 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.65 |
| HSL | 135º | 0.88% | 0.19% | - |
| HSV(B) | 135º | 0.93% | 0.35% | - |
| XYZ | 3.93 | 7.43 | 2.26 | - |
| YUV | 57.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 27 | 0.93 | 0 | 0.70 | 0.65 | 135 | 0.88 | 0.19 |
| Hex | 6 | 5A | 1B | 5D | 0 | 46 | 41 | 87 | 58 | 13 |
| Octal | 6 | 132 | 33 | 135 | 0 | 106 | 101 | 207 | 130 | 23 |
| Binary | 110 | 1011010 | 11011 | 1011101 | 0 | 1000110 | 1000001 | 10000111 | 1011000 | 10011 |
Color Harmonies of #065A1B
Complementary color
Monochromatic Colors of #065A1B
Black with #065A1B
Text Example
Text Example
White with #065A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A1B; }
p { color: rgb(6,90,27); }
H1.HeaderClassName
{
color: #065A1B;
}
.AnyTagClassName
{
color: #065A1B;
}
</style>
background-color css
<style>
a { background-color: #065A1B; }
a { background-color: rgb(6,90,27); }
div.DivClassName
{
background-color: #065A1B;
}
.BgClassName
{
background-color: #065A1B;
}
</style>
border-color css
<style>
span { border-color: #065A1B; }
span { border-color: rgb(6,90,27); }
td.TdClassName
{
border-color: #065A1B;
}
.TagClassName
{
border-color: #065A1B;
}
</style>