Shades of Crusoe #065923
Tints of Crusoe #065923
RGB
CMYK
RGB Variations
Color information
#065923 (or 0x065923) is known color: Crusoe. HEX triplet: 06, 59 and 23. RGB value is (6,89,35). Sum of RGB (Red+Green+Blue) = 6+89+35=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 89 (35.16% from 255 or 68.46% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 89 - color contains mainly: green. Hex color #065923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065923 is #F9A6DC. Grayscale: #3A3A3A. Windows color (decimal): -16361181 or 2316550. OLE color: 2316550.
HSL color Cylindrical-coordinate representation of color #065923: hue angle of 140.96º degrees, saturation: 0.87, 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 #065923 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 89 | 35 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.65 |
| HSL | 140.96º | 0.87% | 0.19% | - |
| HSV(B) | 140.96º | 0.93% | 0.35% | - |
| XYZ | 3.95 | 7.3 | 2.79 | - |
| YUV | 58.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 35 | 0.93 | 0 | 0.61 | 0.65 | 140.96 | 0.87 | 0.19 |
| Hex | 6 | 59 | 23 | 5D | 0 | 3D | 41 | 8D | 57 | 13 |
| Octal | 6 | 131 | 43 | 135 | 0 | 75 | 101 | 215 | 127 | 23 |
| Binary | 110 | 1011001 | 100011 | 1011101 | 0 | 111101 | 1000001 | 10001101 | 1010111 | 10011 |
Color Harmonies of #065923
Complementary color
Monochromatic Colors of #065923
Black with #065923
Text Example
Text Example
White with #065923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065923; }
p { color: rgb(6,89,35); }
H1.HeaderClassName
{
color: #065923;
}
.AnyTagClassName
{
color: #065923;
}
</style>
background-color css
<style>
a { background-color: #065923; }
a { background-color: rgb(6,89,35); }
div.DivClassName
{
background-color: #065923;
}
.BgClassName
{
background-color: #065923;
}
</style>
border-color css
<style>
span { border-color: #065923; }
span { border-color: rgb(6,89,35); }
td.TdClassName
{
border-color: #065923;
}
.TagClassName
{
border-color: #065923;
}
</style>